Live video on the AT Protocol
1{
2 "workbench.colorCustomizations": {
3 "statusBar.background": "#83447f",
4 "activityBar.background": "#83447f"
5 },
6 "files.associations": {
7 "mistserver.h": "c",
8 "streamplace.h": "c",
9 "avfilter.h": "c"
10 },
11 "mesonbuild.configureOnOpen": false,
12 "cSpell.words": ["Devplace", "streamplace", "webrtc"],
13 "go.lintTool": "golangci-lint",
14 "go.lintFlags": ["--path-mode=abs"],
15 "go.formatTool": "custom",
16 "go.alternateTools": {
17 "customFormatter": "golangci-lint"
18 },
19 "go.formatFlags": ["fmt", "--stdin"],
20 "editor.codeActionsOnSave": {
21 "source.addMissingImports": "explicit",
22 "source.organizeImports": "explicit"
23 },
24 "editor.tabSize": 2
25}