Clean up code config

No need to deal with HiDPI fixes anymore!
This commit is contained in:
Donovan Glover 2021-05-13 10:26:42 -04:00
parent d5a59a366e
commit 74d400aa73
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,8 +3,6 @@
{
// Look and feel
"workbench.colorTheme": "vs-wal",
"workbench.iconTheme": "material-icon-theme",
"editor.smoothScrolling": true,
// Always start with the previous workspace
"workbench.startupEditor": "newUntitledFile",
@ -13,10 +11,6 @@
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
// Attempt to render things properly for HiDPI displays
"terminal.integrated.rendererType": "dom",
"editor.disableTranslate3d": true,
// Toggle the menu bar with alt
"window.menuBarVisibility": "toggle",