81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"editor.fontFamily": "Fira Code",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontSize": 12,
|
|
"editor.fontWeight": 400,
|
|
"editor.formatOnPaste": false,
|
|
"editor.wordWrap": "on",
|
|
"editor.cursorBlinking": "smooth",
|
|
"editor.smoothScrolling": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"terminal.integrated.fontFamily": "Fira Code",
|
|
"terminal.integrated.fontSize": 11,
|
|
"terminal.integrated.fontWeight": "400",
|
|
"terminal.integrated.tabs.enabled": true,
|
|
"debug.console.fontFamily": "Jetbrains Mono",
|
|
"debug.console.fontSize": 12,
|
|
"explorer.confirmDelete": false,
|
|
"workbench.list.smoothScrolling": true,
|
|
"workbench.startupEditor": "none",
|
|
"workbench.colorCustomizations": {
|
|
"scrollbar.shadow": "#ffffff00"
|
|
},
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"npm.enableRunFromFolder": true,
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"files.trimFinalNewlines": true,
|
|
"vim.statusBarColorControl": false,
|
|
"vim.leader": "/",
|
|
"vim.useSystemClipboard": true,
|
|
"vim.highlightedyank.enable": true,
|
|
"vim.highlightedyank.color": "#18e00040",
|
|
"todo-tree.highlights.defaultHighlight": {
|
|
"icon": "flame",
|
|
"type": "text",
|
|
"foreground": "#e0800980",
|
|
"gutterIcon": true,
|
|
"opacity": 50,
|
|
"iconColour": "#e08009"
|
|
},
|
|
"markdown-preview-github-styles.colorTheme": "light",
|
|
"liveServer.settings.donotShowInfoMsg": true,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.tokenColorCustomizations": {
|
|
"textMateRules": [
|
|
{
|
|
"scope": "comment",
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.minimap.enabled": true,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
|
|
"gitlens.advanced.messages": {
|
|
"suppressGitMissingWarning": true
|
|
},
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
"workbench.colorTheme": "Visual Studio Light"
|
|
}
|