Skip to content

Commit 7dd38d5

Browse files
Update VS Code settings
1 parent d7c3e76 commit 7dd38d5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

symlinks/Library/Application Support/Code/User/settings.json.symlink

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.bracketPairColorization.enabled": false,
1515
"editor.cursorSmoothCaretAnimation": "on",
1616
"editor.experimental.asyncTokenization": true,
17-
"editor.fontFamily": "CommitMono, Berkeley Mono, JetBrains Mono, SF Mono, Fira Code, Hasklig, Source Code Pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
17+
"editor.fontFamily": "Berkeley Mono, JetBrains Mono, SF Mono, Fira Code, Hasklig, Source Code Pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
1818
"editor.fontLigatures": true,
1919
"editor.fontSize": 14,
2020
"editor.lineHeight": 1.618,
@@ -37,9 +37,6 @@
3737
"explorer.fileNesting.enabled": true,
3838
"explorer.fileNesting.expand": false,
3939
"extensions.ignoreRecommendations": true,
40-
"files.associations": {
41-
"atlas.hcl": "atlas-config"
42-
},
4340
"files.autoSave": "off",
4441
"files.exclude": {
4542
"**/.git": true,
@@ -94,10 +91,11 @@
9491
"update.mode": "manual",
9592
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
9693
"window.customTitleBarVisibility": "never",
97-
"window.titleBarStyle": "native",
94+
"window.titleBarStyle": "custom",
9895
"workbench.activityBar.location": "bottom",
9996
"workbench.colorTheme": "GitHub Dark",
10097
"workbench.iconTheme": "minimal-icons",
98+
"workbench.layoutControl.enabled": false,
10199
"workbench.sideBar.location": "right",
102100
"workbench.startupEditor": "newUntitledFile",
103101
"yaml.format.enable": true,

0 commit comments

Comments
 (0)