86 lines
2.7 KiB
JSON
86 lines
2.7 KiB
JSON
{
|
|
"editor.fontFamily": "'TerminessTTF Nerd Font Mono', 'Noto Color Emoji', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
|
"editor.tabSize": 2,
|
|
"explorer.confirmDelete": false,
|
|
"workbench.sideBar.location": "right",
|
|
"vim.neovimPath": "/usr/bin/nvim",
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"vim.useSystemClipboard": true,
|
|
"files.encoding": "utf8",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[rust]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"[c]": {
|
|
"editor.wordBasedSuggestions": false,
|
|
"editor.suggest.insertMode": "replace"
|
|
},
|
|
"[cpp]": {
|
|
"editor.wordBasedSuggestions": false,
|
|
"editor.suggest.insertMode": "replace"
|
|
},
|
|
"eslint.alwaysShowStatus": true,
|
|
"eslint.packageManager": "yarn",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"workbench.colorTheme": "Twilight",
|
|
"workbench.colorCustomizations": {
|
|
"statusBar.noFolderBackground": "#dd5555",
|
|
"statusBar.background": "#dd5555",
|
|
"list.activeSelectionBackground": "#dd5555",
|
|
"badge.background": "#dd5555",
|
|
"activityBarBadge.background": "#dd5555",
|
|
"menu.background": "#dd5555",
|
|
"list.focusBackground": "#dd5555",
|
|
"activityBar.activeBorder": "#dd5555",
|
|
"activityBar.foreground": "#dd5555",
|
|
"activityBar.inactiveForeground": "#fff",
|
|
"focusBorder": "#dd5555",
|
|
"button.background": "#dd5555",
|
|
"textLink.foreground": "#dd5555",
|
|
"extensionButton.prominentBackground": "#dd5555",
|
|
|
|
"terminal.foreground": "#4d4d4c",
|
|
"terminal.background": "#ffffff",
|
|
"terminal.ansiBlack": "#000000",
|
|
"terminal.ansiBlue": "#4271ae",
|
|
"terminal.ansiCyan": "#3e999f",
|
|
"terminal.ansiGreen": "#718c00",
|
|
"terminal.ansiMagenta": "#8959a8",
|
|
"terminal.ansiRed": "#c82829",
|
|
"terminal.ansiWhite": "#ffffff",
|
|
"terminal.ansiYellow": "#eab700",
|
|
"terminal.ansiBrightBlack": "#000000",
|
|
"terminal.ansiBrightBlue": "#4271ae",
|
|
"terminal.ansiBrightCyan": "#3e999f",
|
|
"terminal.ansiBrightGreen": "#718c00",
|
|
"terminal.ansiBrightMagenta": "#8959a8",
|
|
"terminal.ansiBrightRed": "#c82829",
|
|
"terminal.ansiBrightWhite": "#ffffff",
|
|
"terminal.ansiBrightYellow": "#eab700"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"vim.enableNeovim": true,
|
|
"vim.handleKeys": {
|
|
"<C-w>": false
|
|
},
|
|
"editor.fontSize": 14,
|
|
"javascript.updateImportsOnFileMove.enabled": "always"
|
|
}
|