mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
google-home: fix project files
This commit is contained in:
4
plugins/google-home/.vscode/launch.json
vendored
4
plugins/google-home/.vscode/launch.json
vendored
@@ -16,10 +16,10 @@
|
||||
"sourceMaps": true,
|
||||
"localRoot": "${workspaceFolder}/out",
|
||||
"remoteRoot": "/plugin/",
|
||||
"type": "pwa-node"
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"type": "pwa-node",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Serve Local SDK",
|
||||
"skipFiles": [
|
||||
|
||||
2
plugins/google-home/.vscode/settings.json
vendored
2
plugins/google-home/.vscode/settings.json
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
{
|
||||
"scrypted.debugHost": "koushik-ubuntu",
|
||||
"scrypted.debugHost": "127.0.0.1",
|
||||
}
|
||||
Reference in New Issue
Block a user