From 7979910e345d199460ff189fdd2dc91c32d6ed35 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 20 Sep 2017 15:55:49 +0200 Subject: Fixed markdown lint warnings. Signed-off-by: Sebastien Douheret --- .vscode/settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.vscode') 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" + ] } -- cgit 1.2.3-korg