2018-09-15 20:57:11 +00:00
|
|
|
{
|
|
|
|
// 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": [
|
|
|
|
{
|
2020-06-30 04:06:44 +00:00
|
|
|
"name": "ng serve",
|
|
|
|
"type": "node",
|
2018-09-15 20:57:11 +00:00
|
|
|
"request": "launch",
|
2020-06-30 04:06:44 +00:00
|
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/@angular/cli/bin/ng",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"serve"
|
|
|
|
]
|
2018-09-15 20:57:11 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|