Add words to workspace that spell checkers complain about

This commit is contained in:
Gabe Kangas 2021-11-03 16:28:05 -07:00
parent 676aa96f40
commit bb5ef1c5a1

17
.vscode/settings.json vendored
View file

@ -3,20 +3,21 @@
"Debugln", "Debugln",
"Errorln", "Errorln",
"Ffmpeg", "Ffmpeg",
"Mbps",
"Owncast",
"RTMP",
"Tracef",
"Traceln",
"Warnf",
"Warnln",
"ffmpegpath", "ffmpegpath",
"ffmpg", "ffmpg",
"gosec",
"mattn", "mattn",
"Mbps",
"nolint", "nolint",
"Owncast",
"preact", "preact",
"RTMP",
"rtmpserverport", "rtmpserverport",
"sqlite", "sqlite",
"videojs" "Tracef",
"Traceln",
"videojs",
"Warnf",
"Warnln"
] ]
} }