mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-08 06:20:40 +02:00
.vscode: updating launch.json
This commit is contained in:
parent
e08c6cca49
commit
a5eb9d40a2
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -17,6 +17,13 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "bar",
|
"module": "bar",
|
||||||
"justMyCode": true
|
"justMyCode": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "firefox",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "react: firefox",
|
||||||
|
"url": "http://localhost:3000",
|
||||||
|
"webRoot": "${workspaceFolder}/frontend",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user