Skip to content

Commit e1ccab6

Browse files
committed
cSpell: ignore a environment variable
The AZURE_FUNCTIONAPP_PUBLISH_PROFILE environment variable is named correctly, but cSpell (i.e. VSCode's spell checker) would complain about "functionapp" not being a word. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 06c85f8 commit e1ccab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"cSpell.words": [
1111
"dscho",
1212
"gitgitgadget"
13+
],
14+
"cSpell.ignoreRegExpList": [
15+
"AZURE_FUNCTIONAPP_PUBLISH_PROFILE"
1316
]
1417
}

0 commit comments

Comments
 (0)