From bb5ef1c5a1c5b3b5b30e7981e45355008693b278 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 3 Nov 2021 16:28:05 -0700 Subject: [PATCH] Add words to workspace that spell checkers complain about --- .vscode/settings.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index fcc2990fc..4d363539f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,20 +3,21 @@ "Debugln", "Errorln", "Ffmpeg", - "Mbps", - "Owncast", - "RTMP", - "Tracef", - "Traceln", - "Warnf", - "Warnln", "ffmpegpath", "ffmpg", + "gosec", "mattn", + "Mbps", "nolint", + "Owncast", "preact", + "RTMP", "rtmpserverport", "sqlite", - "videojs" + "Tracef", + "Traceln", + "videojs", + "Warnf", + "Warnln" ] } \ No newline at end of file