Compare commits

...

2 Commits

Author SHA1 Message Date
Patze96
37d152adf0 Update launch.json 2024-04-06 13:02:26 +02:00
Patze96
a63c1aa3f3 Create extensions.json 2024-04-06 12:36:37 +02:00
2 changed files with 9 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
]
}

4
.vscode/launch.json vendored
View File

@@ -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",