WIP VSCodium settings
This commit is contained in:
parent
ded5e4b887
commit
a23401df4f
1 changed files with 8 additions and 1 deletions
|
@ -10,5 +10,12 @@
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.codeActions.triggerOnFocusChange": true,
|
"editor.codeActions.triggerOnFocusChange": true,
|
||||||
"window.zoomLevel": -1,
|
"window.zoomLevel": -1,
|
||||||
"editor.fontSize": 12
|
"editor.fontSize": 12,
|
||||||
|
"workbench.commandPalette.experimental.suggestCommands": true,
|
||||||
|
"workbench.list.horizontalScrolling": true,
|
||||||
|
"workbench.welcomePage.walkthroughs.openOnInstall": false,
|
||||||
|
"window.customTitleBarVisibility": "windowed",
|
||||||
|
"accessibility.dimUnfocused.enabled": true,
|
||||||
|
"accessibility.underlineLinks": true,
|
||||||
|
"debug.confirmOnExit": "always"
|
||||||
}
|
}
|
Loading…
Reference in a new issue