File tree Expand file tree Collapse file tree 2 files changed +12
-27
lines changed
Expand file tree Collapse file tree 2 files changed +12
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 ]
2121 },
2222 "settings" : {
23+ "editor.tabSize" : 4 ,
24+ "editor.insertSpaces" : true ,
25+ "files.trimTrailingWhitespace" : true ,
26+ "files.insertFinalNewline" : true ,
2327 "files.associations" : {
28+ // Use JSONC instead of JSON because (1) that's how VS Code interprets
29+ // snippet files, and (2) it enables better source documentation.
2430 "**/snippets/*.json" : " jsonc" ,
2531 "**/.vsts-ci/**/*.yml" : " azure-pipelines" ,
2632 },
27- "typescript.tsdk" : " ./node_modules/typescript/lib" ,
33+ // Ignore the Markdown rule:
34+ "markdownlint.config" : {
35+ "MD024" : false // no-duplicate-header
36+ },
37+ // Lock the TypeScript SDK path to the version we use
38+ "typescript.tsdk" : " ${workspaceFolder:Client}/node_modules/typescript/lib" ,
2839 "powershell.codeFormatting.autoCorrectAliases" : true ,
2940 "powershell.codeFormatting.newLineAfterCloseBrace" : false ,
3041 "powershell.codeFormatting.trimWhitespaceAroundPipe" : true ,
You can’t perform that action at this time.
0 commit comments