ws4kp/ws4kp.code-workspace
2020-09-04 14:02:29 -05:00

21 lines
300 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"dist/**": true,
"**/*.min.js": true,
},
"cSpell.enabled": true,
"cSpell.words": [
"Battaglia",
"Noaa"
],
},
}