mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 23:56:55 +02:00
Clean up code config
No need to deal with HiDPI fixes anymore!
This commit is contained in:
parent
d5a59a366e
commit
74d400aa73
@ -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",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user