stuff
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user