mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Convert extension to manifest v3
This commit is contained in:
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Bridge (daemon)",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/dist/bridge/src/main.js",
|
||||
"args": ["--__name", "fx_cast_bridge", "--daemon"],
|
||||
"env": {
|
||||
"NODE_PATH": "${workspaceFolder}/bridge/node_modules"
|
||||
},
|
||||
"cwd": "${workspaceFolder}/dist/bridge",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user