Install vscode with a default config that matches default look
This commit is contained in:
26
configs/vscode.json
Normal file
26
configs/vscode.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"editor.fontFamily": "CaskaydiaMono Nerd Font",
|
||||
"editor.tabSize": 2,
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"editor.minimap.enabled": false,
|
||||
"git.ignoreMissingGitWarning": true,
|
||||
"editor.fontSize": 12,
|
||||
"editor.occurrencesHighlight": "off",
|
||||
"editor.selectionHighlight": false,
|
||||
"editor.suggestOnTriggerCharacters": false,
|
||||
"editor.tabCompletion": "on",
|
||||
"editor.quickSuggestions": {
|
||||
"other": false,
|
||||
"comments": false,
|
||||
"strings": false
|
||||
},
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"git.confirmSync": false,
|
||||
"window.menuBarVisibility": "compact",
|
||||
"git.autofetch": true,
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
"explorer.confirmDelete": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"window.titleBarStyle": "custom"
|
||||
}
|
Reference in New Issue
Block a user