зеркало из https://github.com/microsoft/mindaro.git
Add launch profiles for both stats-api and frontend
This commit is contained in:
Родитель
37d6499524
Коммит
be5abad373
|
@ -26,7 +26,7 @@ bld/
|
|||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
.vscode/
|
||||
# .vscode/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
// 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": "node-terminal",
|
||||
"name": "Run Script: dev",
|
||||
"request": "launch",
|
||||
"command": "npm run dev",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"debug.javascript.usePreview": false
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node-terminal",
|
||||
"name": "Run Script: dev",
|
||||
"request": "launch",
|
||||
"command": "npm run dev",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"debug.javascript.usePreview": false
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче