ws4kp-linhanced/ws4kp.code-workspace

42 lines
674 B
Text
Raw Normal View History

2020-09-04 13:02:20 -05:00
{
"folders": [
{
"path": "."
}
],
"settings": {
2020-09-04 14:02:29 -05:00
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"dist/**": true,
"**/*.min.js": true,
2020-09-24 22:44:51 -05:00
"**/vendor": true,
2020-09-04 14:02:29 -05:00
},
2020-09-04 13:02:20 -05:00
"cSpell.enabled": true,
"cSpell.words": [
2020-09-18 11:24:45 -05:00
"'storm",
2020-09-04 13:38:58 -05:00
"Battaglia",
2020-09-09 16:40:57 -05:00
"Noaa",
2020-09-18 11:24:45 -05:00
"T",
"T'storm",
2020-09-25 09:55:29 -05:00
"Visib",
2020-09-09 16:40:57 -05:00
"arcgis",
2020-09-18 11:24:45 -05:00
"devbridge",
2020-11-01 22:05:08 -06:00
"ltrim",
"nosleep",
"rtrim"
2020-09-04 13:02:20 -05:00
],
2020-09-24 22:44:51 -05:00
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode",
".vscode-insiders",
"**/vendor/auto/**",
"**/twc3.js",
],
2020-10-29 16:44:28 -05:00
"editor.tabSize": 2,
2020-09-04 14:02:29 -05:00
},
2020-09-04 13:02:20 -05:00
}