Update .vscode/launch.json to build ns-3 before starting to debug

This commit is contained in:
Eduardo Almeida
2020-04-24 17:33:25 +01:00
committed by Tommaso Pecorella
parent 6aa2d3238e
commit 9ae9a044c3

1
.vscode/launch.json vendored
View File

@@ -12,6 +12,7 @@
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"preLaunchTask": "Build",
"environment": [
{
"name": "LD_LIBRARY_PATH",