From b9abbaaaa5d36f68246ee2608da13aae2e4e2439 Mon Sep 17 00:00:00 2001 From: Georg Schwarz Date: Fri, 26 Jul 2024 14:47:38 +0200 Subject: [PATCH] Add launch config for electric vehicle example --- .vscode/launch.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index f54ba5b9f..ccf30954a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -40,6 +40,12 @@ "request": "launch", "type": "node-terminal" }, + { + "name": "Run Electric Vehicles Example", + "command": "npm run example:vehicles", + "request": "launch", + "type": "node-terminal" + }, { "name": "Run Gas Reserve Example", "command": "npm run example:gas",