update vscodium settings json
This commit is contained in:
@@ -1,24 +1,17 @@
|
|||||||
{
|
{
|
||||||
"workbench.colorTheme": "Catppuccin Mocha",
|
|
||||||
"workbench.iconTheme": "catppuccin-mocha",
|
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"window.commandCenter": false,
|
|
||||||
"workbench.layoutControl.enabled": false,
|
"workbench.layoutControl.enabled": false,
|
||||||
"workbench.settings.applyToAllProfiles": [],
|
"workbench.navigationControl.enabled": false,
|
||||||
// "workbench.colorCustomizations": {
|
"window.commandCenter": false,
|
||||||
// "editorWarning.foreground": "#FFA500",
|
|
||||||
// // "minimapGutter.modifiedBackground": "#00ffe5",
|
|
||||||
// // "editorGutter.modifiedBackground": "#00ffe5"
|
|
||||||
// },
|
|
||||||
"workbench.activityBar.location": "top",
|
"workbench.activityBar.location": "top",
|
||||||
|
"editor.fontSize": 14,
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"terminal.integrated.fontSize": 14,
|
||||||
|
"debug.console.fontSize": 14,
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"editor.fontFamily": "Terminess Nerd Font, monospace",
|
|
||||||
"window.zoomLevel": 1,
|
|
||||||
"editor.fontSize": 16,
|
|
||||||
"editor.smoothScrolling": true,
|
"editor.smoothScrolling": true,
|
||||||
"workbench.list.smoothScrolling": true,
|
"workbench.list.smoothScrolling": true,
|
||||||
"terminal.integrated.smoothScrolling": true,
|
"terminal.integrated.smoothScrolling": true,
|
||||||
"editor.tabSize": 2,
|
|
||||||
"workbench.tips.enabled": false,
|
"workbench.tips.enabled": false,
|
||||||
"editor.scrollbar.horizontalScrollbarSize": 10,
|
"editor.scrollbar.horizontalScrollbarSize": 10,
|
||||||
"editor.scrollbar.verticalScrollbarSize": 10,
|
"editor.scrollbar.verticalScrollbarSize": 10,
|
||||||
@@ -26,14 +19,15 @@
|
|||||||
"typescript.preferences.quoteStyle": "single",
|
"typescript.preferences.quoteStyle": "single",
|
||||||
"editor.linkedEditing": true,
|
"editor.linkedEditing": true,
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"terminal.integrated.fontSize": 14,
|
|
||||||
"debug.console.fontSize": 14,
|
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"window.zoomPerWindow": false,
|
"window.zoomPerWindow": false,
|
||||||
"extensions.ignoreRecommendations": true,
|
"extensions.ignoreRecommendations": true,
|
||||||
"workbench.editor.pinnedTabsOnSeparateRow": true,
|
"workbench.editor.pinnedTabsOnSeparateRow": true,
|
||||||
"git.blame.editorDecoration.enabled": true,
|
|
||||||
"editor.guides.bracketPairs": true,
|
"editor.guides.bracketPairs": true,
|
||||||
"editor.cursorSmoothCaretAnimation": "on",
|
"editor.cursorSmoothCaretAnimation": "on",
|
||||||
"chat.commandCenter.enabled": false
|
"workbench.editor.enablePreview": false,
|
||||||
|
"workbench.editorAssociations": {
|
||||||
|
"*.svg": "default"
|
||||||
|
},
|
||||||
|
"workbench.colorTheme": "Default Light Modern"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user