From b419156935a3d4dd75e7f8c820883dd5c1d2f562 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:05:16 +0100 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ba986f6f..0c54f6d69 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ -{ - // 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": [ { @@ -12,4 +9,4 @@ "webRoot": "${workspaceFolder}" } ] -} \ No newline at end of file +}