mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
wip: Replace unmaintained mdns module with a custom native module
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -1,3 +1,10 @@
|
||||
{
|
||||
"eslint.validate": ["javascript", "svelte"]
|
||||
"eslint.validate": ["javascript", "svelte"],
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
"**/bower_components": true,
|
||||
"**/*.code-search": true,
|
||||
"**/dist": true,
|
||||
"**/build": true
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user