diff --git a/.vscode/settings.json b/.vscode/settings.json index f1cf4bc..eb0daea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,4 @@ { - "cSpell.enableFiletypes": [ - "javascript" - ], "liveSassCompile.settings.formats": [ { "format": "compressed", @@ -23,7 +20,4 @@ "eslint.validate": [ "javascript" ], - "cSpell.words": [ - "Tucsan" - ] } \ No newline at end of file diff --git a/README.md b/README.md index ab54c2a..48258fe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This project is based on the work of [Mike Battaglia](https://github.com/vbguyny ## Does WeatherStar 4000+ work outside of the USA? -This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclsuive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience. +This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclusive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience. If you would like to display weather information for international locations (outside of the USA), please checkout a fork of this project created by [@mwood77](https://github.com/mwood77): - [`ws4kp-international`](https://github.com/mwood77/ws4kp-international) diff --git a/ws4kp.code-workspace b/ws4kp.code-workspace index 4614e67..7e55d93 100644 --- a/ws4kp.code-workspace +++ b/ws4kp.code-workspace @@ -14,8 +14,12 @@ "**/vendor": true, "dist/**": true }, + "cSpell.enabledFileTypes": { + "markdown": true, + "JavaScript": true + }, "cSpell.enabled": true, - "cSpell.words": [ + "cSpell.ignoreWords": [ "'storm", "arcgis", "Battaglia", @@ -34,7 +38,11 @@ "uscomp", "Visib", "Waukegan", - "WSQS" + "WSQS", + "Tucsan", + "Malek", + "mwood", + "unmuted" ], "cSpell.ignorePaths": [ "**/package-lock.json", @@ -44,7 +52,6 @@ ".vscode", ".vscode-insiders", "**/vendor/auto/**", - "**/twc3.js", ], "editor.tabSize": 2, "emmet.includeLanguages": { @@ -58,6 +65,6 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" - } + }, }, } \ No newline at end of file