From 9ae9a044c3cc7df88814152d55ac478c298a7c81 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 24 Apr 2020 17:33:25 +0100 Subject: [PATCH] Update .vscode/launch.json to build ns-3 before starting to debug --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index e9af7e039..967ed06d7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,6 +12,7 @@ "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", + "preLaunchTask": "Build", "environment": [ { "name": "LD_LIBRARY_PATH",