From a63c1aa3f3bacfe4d27a8868eb43ed26e99677c4 Mon Sep 17 00:00:00 2001 From: Patze96 <157884804+Patze96@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:36:37 +0200 Subject: [PATCH 1/2] Create extensions.json --- .vscode/extensions.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..87749a84 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "ms-vscode-remote.remote-containers" + ] +} \ No newline at end of file From 37d152adf04f75685e868c4d1cb0e9b417e95355 Mon Sep 17 00:00:00 2001 From: Patze96 <157884804+Patze96@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:02:26 +0200 Subject: [PATCH 2/2] Update launch.json --- .vscode/launch.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 01362e34..92969131 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,10 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + + + { "name": "Debug Jest Tests on Nix", "type": "node",