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"
]
}
|