ws4kp/ws4kp.code-workspace

55 lines
901 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": {
"**/*.code-search": true,
2022-08-05 20:40:53 +00:00
"**/*.css": true,
2020-09-04 19:02:29 +00:00
"**/*.min.js": true,
2022-08-05 20:40:53 +00:00
"**/bower_components": true,
"**/node_modules": true,
2020-09-25 03:44:51 +00:00
"**/vendor": true,
2022-08-05 20:40:53 +00:00
"dist/**": 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-09 21:40:57 +00:00
"arcgis",
2022-08-03 02:39:27 +00:00
"Battaglia",
2020-09-18 16:24:45 +00:00
"devbridge",
2022-08-03 02:39:27 +00:00
"gifs",
2020-11-02 04:05:08 +00:00
"ltrim",
2022-08-03 02:39:27 +00:00
"Noaa",
2020-11-02 04:05:08 +00:00
"nosleep",
2022-08-03 02:39:27 +00:00
"Pngs",
2022-09-05 15:52:30 +00:00
"PRECIP",
2020-12-29 21:26:58 +00:00
"rtrim",
2022-08-03 02:39:27 +00:00
"T",
"T'storm",
"uscomp",
2022-08-04 17:49:04 +00:00
"Visib",
"Waukegan"
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,
2022-08-05 19:03:14 +00:00
"emmet.includeLanguages": {
"ejs": "html",
},
"[html]": {
"editor.defaultFormatter": "j69.ejs-beautify"
},
2022-12-14 16:44:00 +00:00
"files.exclude": {},
2020-09-04 19:02:29 +00:00
},
2020-09-04 18:02:20 +00:00
}