Updated some configurations after upgrading
This commit is contained in:
parent
3e008f310b
commit
6aa0a2f185
3 changed files with 11 additions and 5 deletions
|
@ -3,7 +3,6 @@
|
|||
"files.trimFinalNewlines": true,
|
||||
"window.menuBarVisibility": "hidden",
|
||||
"git.confirmSync": false,
|
||||
"editor.fontFamily": "Terminus (TTF)",
|
||||
"go.useLanguageServer": true,
|
||||
"debug.console.fontFamily": "Source Code Pro",
|
||||
"terminal.integrated.fontFamily": "Source Code Pro",
|
||||
|
@ -11,5 +10,12 @@
|
|||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.compactFolders": false,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.fontSize": 16
|
||||
"workbench.colorTheme": "Bluloco Light",
|
||||
"workbench.preferredDarkColorTheme": "Bluloco Dark",
|
||||
"workbench.preferredLightColorTheme": "Bluloco Light",
|
||||
"editor.renderWhitespace": "all",
|
||||
"workbench.editor.showTabs": false,
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"editor.fontFamily": "JetBrains Mono",
|
||||
"window.zoomLevel": -1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue