mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -05:00
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"files.exclude": {
|
|
"node_modules": true,
|
|
"out": true
|
|
},
|
|
"search.exclude": {
|
|
"node_modules": true,
|
|
"out": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
|
|
} |