diff options
Diffstat (limited to 'contrib/vscode')
-rwxr-xr-x | contrib/vscode/init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/vscode/init.sh b/contrib/vscode/init.sh index a134cb4c5f..27de94994b 100755 --- a/contrib/vscode/init.sh +++ b/contrib/vscode/init.sh @@ -33,6 +33,8 @@ cat >.vscode/settings.json.new <<\EOF || "*.h": "c", "*.c": "c" }, + "cSpell.ignorePaths": [ + ], "cSpell.words": [ "DATAW", "DBCACHED", |