added launch.json
This commit is contained in:
parent
488d7cbf90
commit
cf9c98c18c
19
surge365.massemailreact.client/.vscode/launch.json
vendored
Normal file
19
surge365.massemailreact.client/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "edge",
|
||||
"request": "launch",
|
||||
"name": "localhost (Edge)",
|
||||
"url": "https://localhost:52871",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "localhost (Chrome)",
|
||||
"url": "https://localhost:52871",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user