Since I saw some cSpell definitions in the settings, why not also recommend to install the extension?

This commit is contained in:
Kevin Hill
2022-06-26 06:42:36 -07:00
parent c19bc6b4b3
commit 4697d774f4

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker"
]
}