2024-05-30 19:53:14 -05:00
|
|
|
{
|
|
|
|
"editor.fontFamily": "CaskaydiaMono Nerd Font",
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
|
|
"editor.minimap.enabled": false,
|
|
|
|
"git.ignoreMissingGitWarning": true,
|
2024-05-30 21:21:14 -05:00
|
|
|
"editor.fontSize": 14,
|
2024-05-30 19:53:14 -05:00
|
|
|
"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"
|
|
|
|
}
|