Update Library/Application Support/Code/User/settings.json
This commit is contained in:
parent
664b196504
commit
4f563e679d
|
@ -33,12 +33,17 @@
|
||||||
"workbench.colorTheme": "One Dark Pro",
|
"workbench.colorTheme": "One Dark Pro",
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
"projectManager.git.baseFolders": [
|
"projectManager.git.baseFolders": [
|
||||||
"~/git/"
|
"~/private/",
|
||||||
|
"~/work/"
|
||||||
],
|
],
|
||||||
"debug.console.fontFamily": "MesloLGS NF",
|
"debug.console.fontFamily": "MesloLGS NF",
|
||||||
"terminal.integrated.fontFamily": "MesloLGS NF",
|
"terminal.integrated.fontFamily": "MesloLGS NF",
|
||||||
"terminal.integrated.fontSize": 13,
|
"terminal.integrated.fontSize": 13,
|
||||||
"[typescript]": {
|
"[typescript]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
}
|
},
|
||||||
|
"gitlab.aiAssistedCodeSuggestions.enabled": false,
|
||||||
|
"gitlens.showWelcomeOnInstall": false,
|
||||||
|
"gitlens.showWhatsNewAfterUpgrades": false,
|
||||||
|
"projectManager.groupList": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue