This commit is contained in:
2026-09-16 08:44:15 +02:00
parent 1e56b05236
commit f082f9db74
15 changed files with 88 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
{
"workbench.iconTheme": "Monokai Pro Light Icons",
"workbench.iconTheme": "Monokai Pro Icons",
"editor.fontFamily": "JetBrains Mono Semibold, Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 18,
"editor.fontWeight": "normal",
@@ -8,7 +8,6 @@
"editor.minimap.renderCharacters": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "right",
//
// Excluded files and directories
@@ -26,7 +25,8 @@
//
// File associations with languages
"files.associations": {
"*.pgpass" : "yaml",
"*.pgpass": "yaml",
"apple-app-site-association": "json"
},
//
// Settings Sync
@@ -136,4 +136,8 @@
"workbench.editor.editorActionsLocation": "hidden",
"editor.overtypeCursorStyle": "block-outline",
"editor.cursorStyle": "block",
"workbench.experimental.modernUI": true,
"extensions.supportAgentsWindow": {
"monokai.theme-monokai-pro-vscode": true
},
}