vscode: bring styling in line with local environment
This commit is contained in:
parent
0122b9c321
commit
887f3a38e5
1 changed files with 7 additions and 7 deletions
|
@ -36,15 +36,15 @@
|
||||||
"[typescriptreact]": {
|
"[typescriptreact]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"debug.console.fontFamily": "Jetbrains Mono",
|
"debug.console.fontFamily": "PragmataPro Mono",
|
||||||
"debug.console.fontSize": 14,
|
"debug.console.fontSize": 15,
|
||||||
"debug.onTaskErrors": "debugAnyway",
|
"debug.onTaskErrors": "debugAnyway",
|
||||||
"diffEditor.codeLens": true,
|
"diffEditor.codeLens": true,
|
||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
"editor.cursorBlinking": "smooth",
|
"editor.cursorBlinking": "smooth",
|
||||||
"editor.fontFamily": "Jetbrains Mono Medium",
|
"editor.fontFamily": "PragmataPro Mono",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 15,
|
||||||
// "editor.fontWeight": 700,
|
// "editor.fontWeight": 700,
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnPaste": false,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
@ -158,8 +158,8 @@
|
||||||
"markdown.validate.fileLinks.markdownFragmentLinks": "error",
|
"markdown.validate.fileLinks.markdownFragmentLinks": "error",
|
||||||
"npm.enableRunFromFolder": true,
|
"npm.enableRunFromFolder": true,
|
||||||
"security.workspace.trust.untrustedFiles": "open",
|
"security.workspace.trust.untrustedFiles": "open",
|
||||||
"terminal.integrated.fontFamily": "Jetbrains Mono",
|
"terminal.integrated.fontFamily": "PragmataPro Mono",
|
||||||
"terminal.integrated.fontSize": 14,
|
"terminal.integrated.fontSize": 15,
|
||||||
"terminal.integrated.tabs.enabled": true,
|
"terminal.integrated.tabs.enabled": true,
|
||||||
"vim.highlightedyank.enable": true,
|
"vim.highlightedyank.enable": true,
|
||||||
"vim.leader": "/",
|
"vim.leader": "/",
|
||||||
|
@ -221,5 +221,5 @@
|
||||||
"totalTypeScript.hideBasicTips": true,
|
"totalTypeScript.hideBasicTips": true,
|
||||||
"eslint.run": "onSave",
|
"eslint.run": "onSave",
|
||||||
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
|
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
|
||||||
"workbench.colorTheme": "One Dark Pro"
|
"workbench.colorTheme": "Gruvbox Dark Medium"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue