Update dev env.
This commit is contained in:
49
.vscode/launch.json
vendored
49
.vscode/launch.json
vendored
@@ -5,21 +5,6 @@
|
|||||||
"name": "Daemon",
|
"name": "Daemon",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "auto",
|
|
||||||
"program": "${workspaceFolder}/experimental/daemon/main.go",
|
|
||||||
"console": "integratedTerminal",
|
|
||||||
"env": {
|
|
||||||
"GO_ENV": "development"
|
|
||||||
},
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder}",
|
|
||||||
"stopOnEntry": false,
|
|
||||||
"showLog": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Daemon (Debug)",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "debug",
|
"mode": "debug",
|
||||||
"program": "${workspaceFolder}/experimental/daemon/main.go",
|
"program": "${workspaceFolder}/experimental/daemon/main.go",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
@@ -31,39 +16,5 @@
|
|||||||
"stopOnEntry": false,
|
"stopOnEntry": false,
|
||||||
"showLog": true
|
"showLog": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "App",
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"runtimeExecutable": "npm",
|
|
||||||
"runtimeArgs": [
|
|
||||||
"run",
|
|
||||||
"dev"
|
|
||||||
],
|
|
||||||
"cwd": "${workspaceFolder}/experimental/app",
|
|
||||||
"console": "integratedTerminal",
|
|
||||||
"env": {
|
|
||||||
"BROWSER": "none"
|
|
||||||
},
|
|
||||||
"autoAttachChildProcesses": true,
|
|
||||||
"skipFiles": [
|
|
||||||
"<node_internals>/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"compounds": [
|
|
||||||
{
|
|
||||||
"name": "Full Stack (Daemon + App)",
|
|
||||||
"configurations": [
|
|
||||||
"Daemon",
|
|
||||||
"App"
|
|
||||||
],
|
|
||||||
"stopAll": true,
|
|
||||||
"presentation": {
|
|
||||||
"hidden": false,
|
|
||||||
"group": "",
|
|
||||||
"order": 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user