fixes gnome extensions adds various configs for extensions fixes proper gtk theme
41 lines
1.1 KiB
JSON
Executable File
41 lines
1.1 KiB
JSON
Executable File
{
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"window.zoomLevel": 1.2,
|
|
"editor.fontFamily": "Hack Nerd Font",
|
|
"terminal.integrated.fontFamily": "Hack Nerd Font",
|
|
"github.copilot.enable": {
|
|
"*": true,
|
|
"plaintext": true,
|
|
"markdown": true,
|
|
"scminput": false
|
|
},
|
|
"workbench.iconTheme": "vscode-icons",
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"git.autofetch": false,
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"makefile.configureOnOpen": false,
|
|
"[dart]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"editor.rulers": [140],
|
|
"editor.selectionHighlight": false,
|
|
"editor.suggestSelection": "first",
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.wordBasedSuggestions": "off"
|
|
},
|
|
"[nix]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": true,
|
|
"editor.autoIndent": "full",
|
|
"debug.inlineValues": "on"
|
|
}
|