aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: d2a9721ff250cf3cbaa3c7f9375f617e30f75d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
        // Configure glob patterns for excluding files and folders.
        "files.exclude": {
            ".vscode": true,
            "**/_book": true,
            "**/.git": true
        },

        // 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", "autologin", "loginctl", "endwarning"
        ]
}