ws4kp/ws4kp.code-workspace

44 lines
698 B
Plaintext
Raw Normal View History

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