mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
Add words to workspace that spell checkers complain about
This commit is contained in:
parent
676aa96f40
commit
bb5ef1c5a1
1 changed files with 9 additions and 8 deletions
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue