kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/typescript/languageserver/vscode-extension/.vscode/settings.json (about) 1 { 2 "search.exclude": { 3 "dist": true // set this to false to include "dist" folder in search results 4 }, 5 // use the TS server in the node_modules folder to control its version 6 "typescript.tsdk": "./node_modules/typescript/lib" 7 }