diff --git a/code/.config/Code - OSS/User/settings.json b/code/.config/Code - OSS/User/settings.json index 47361976..45fcb8c9 100644 --- a/code/.config/Code - OSS/User/settings.json +++ b/code/.config/Code - OSS/User/settings.json @@ -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",