mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +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",
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue