select-part-of-word
Version:
An extension that allows you to move selection by a word in camel-case string.
13 lines • 456 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"files.watcherExclude": {
"**/.git/objects/**": true,
".vscode-test/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
".vscode-test/**": true
}
}