Skip to content

Instantly share code, notes, and snippets.

@manningli
Last active July 25, 2022 17:37
Show Gist options
  • Save manningli/958dadcf9012364048c8f7edc79bab91 to your computer and use it in GitHub Desktop.
Save manningli/958dadcf9012364048c8f7edc79bab91 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "Visual Studio 2019 Dark",
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontFamily": "CaskaydiaCove NF",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.automationShell.linux": "",
"vulnCost.typescriptExtensions": [
"\\.tsx?$"
]
}
{
"workbench.colorTheme": "Visual Studio Dark",
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontFamily": "CaskaydiaCove NF",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.automationShell.linux": "",
"editor.formatOnPaste": true,
// "editor.defaultFormatter": "esbenp.prettier-vscode",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features",
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"snyk.yesWelcomeNotification": false,
"markdown.preview.fontSize": 16,
"redhat.telemetry.enabled": false,
"editor.language.colorizedBracketPairs": false,
"editor.formatOnSave": true,
"window.zoomLevel": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment