ws4kp-linhanced/ws4kp.code-workspace

23 lines
329 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-04 13:02:20 -05:00
"cSpell.enabled": true,
"cSpell.words": [
2020-09-04 13:38:58 -05:00
"Battaglia",
2020-09-09 16:40:57 -05:00
"Noaa",
"arcgis",
"devbridge"
2020-09-04 13:02:20 -05:00
],
2020-09-04 14:02:29 -05:00
},
2020-09-04 13:02:20 -05:00
}