diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 91d5379..b1f04a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,13 @@ // Search // Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting. "search.exclude": { - } + }, + + "cSpell.words": [ + "zypper", "TFTP", "devel", "syncthing", "journalctl", "systemctl", + "vbox", "aarch", "crosssdk", "corei", "templating", "LOGLEVEL", + "LOGFILE", "RPATH", "DRSYNC", "usermod", "groupmod", "chown", + "MACHINENAME", "glibc", "DESTDIR", "realpath", "GOARCH", "sdkid", + "newtool", "setx" + ] } |