mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 10:03:15 -05:00
14 lines
475 B
JSON
14 lines
475 B
JSON
{
|
|
"editor.insertSpaces": true,
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"**/out": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/out": true
|
|
},
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
|
|
} |