mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
// set this to false to include "out" folder in search results
|
|
"search.exclude": {
|
|
"out": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"typescript.tsc.autoDetect": "off"
|
|
} |