|
{ |
|
"editor.fontFamily": "'editor.fontFamily": "FiraCode, 'Source Code Pro', Consolas, 'Microsoft JhengHei', 'Courier New', monospace", |
|
"editor.fontLigatures": true, |
|
"editor.renderIndentGuides": true, |
|
"editor.minimap.enabled": true, |
|
"editor.minimap.renderCharacters": false, |
|
"editor.formatOnSave": false, |
|
"editor.wordWrap": "on", |
|
|
|
"files.autoGuessEncoding": true, |
|
"files.defaultLanguage": "markdown", |
|
"files.insertFinalNewline": true, |
|
|
|
"explorer.openEditors.visible": 0, |
|
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", |
|
"terminal.integrated.experimentalTextureCachingStrategy": "dynamic", |
|
"workbench.iconTheme": "vscode-simpler-icons", |
|
"window.titleBarStyle": "custom", |
|
|
|
"git.autofetch": true, |
|
"git.enableSmartCommit": true, |
|
"git.confirmSync": false, |
|
|
|
"typescript.referencesCodeLens.enabled": true, |
|
"typescript.updateImportsOnFileMove.enabled": "always", |
|
|
|
"tslint.enable": true, |
|
"tslint.autoFixOnSave": true, |
|
|
|
"html.suggest.angular1": false, |
|
"html.suggest.ionic": false, |
|
"[html]": { |
|
"editor.autoIndent": false |
|
}, |
|
|
|
"files.associations": { |
|
"*.csproj": "msbuild" |
|
}, |
|
|
|
"liveServer.settings.donotShowInfoMsg": true, |
|
"liveServer.settings.donotVerifyTags": true, |
|
|
|
"todohighlight.include": [ |
|
"**/*.js", |
|
"**/*.jsx", |
|
"**/*.ts", |
|
"**/*.tsx", |
|
"**/*.html", |
|
"**/*.php", |
|
"**/*.css", |
|
"**/*.scss", |
|
"**/*.cs" |
|
], |
|
|
|
"auto-rename-tag.activationOnLanguage": [ |
|
"html", |
|
"xml", |
|
"php" |
|
], |
|
|
|
"csharp.format.enable": false, |
|
"csharpfixformat.style.enabled": true, |
|
"csharpfixformat.style.spaces.beforeParenthesis": false, |
|
"csharpfixformat.style.braces.onSameLine": false, |
|
"csharpfixformat.style.newline.elseCatch": true, |
|
|
|
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "warning", |
|
|
|
"prettier.singleQuote": true, |
|
|
|
"gitlens.advanced.messages": { |
|
"suppressShowKeyBindingsNotice": true |
|
}, |
|
|
|
"movets.skipWarning": true, |
|
} |