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-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",
|
|
|
|
"nosleep"
|
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-09-04 19:02:29 +00:00
|
|
|
},
|
2020-09-04 18:02:20 +00:00
|
|
|
}
|