mirror of https://github.com/Ombi-app/Ombi
parent
4baff16d07
commit
91e1db06f2
@ -1,41 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": ".NET Core Launch",
|
"name": "ng serve",
|
||||||
"type": "coreclr",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "npm: start",
|
||||||
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.0/Ombi.dll",
|
"url": "http://localhost:3578/",
|
||||||
"args": [],
|
"webRoot": "${workspaceFolder}"
|
||||||
"cwd": "${workspaceRoot}",
|
},
|
||||||
"stopAtEntry": false,
|
{
|
||||||
"launchBrowser": {
|
"name": "ng test",
|
||||||
"enabled": true,
|
"type": "chrome",
|
||||||
"args": "${auto-detect-url}",
|
"request": "launch",
|
||||||
"windows": {
|
"url": "http://localhost:9876/debug.html",
|
||||||
"command": "cmd.exe",
|
"webRoot": "${workspaceFolder}",
|
||||||
"args": "/C start ${auto-detect-url}"
|
"sourceMaps": true,
|
||||||
},
|
"sourceMapPathOverrides": {
|
||||||
"osx": {
|
"/./*": "${webRoot}/*",
|
||||||
"command": "open"
|
"/src/*": "${webRoot}/*",
|
||||||
},
|
"/*": "*",
|
||||||
"linux": {
|
"/./~/*": "${webRoot}/node_modules/*"
|
||||||
"command": "xdg-open"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"env": {
|
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
||||||
},
|
|
||||||
"sourceFileMap": {
|
|
||||||
"/Views": "${workspaceRoot}/Views"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": ".NET Core Attach",
|
|
||||||
"type": "coreclr",
|
|
||||||
"request": "attach",
|
|
||||||
"processId": "${command:pickProcess}"
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in new issue