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