mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-03 05:17:36 +03:00
22 lines
754 B
JSON
22 lines
754 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "http://172.27.0.1:8000", // For auth first, later go to :9000
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"name": "Launch Firefox",
|
|
"url": "http://172.27.0.1:8000", // For auth first, later go to :9000
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |