Update launch.json

This commit is contained in:
Arkkkky 2024-04-04 20:25:13 -04:00
parent c2ac33f2c6
commit ccfe1b4632

7
.vscode/launch.json vendored
View file

@ -4,6 +4,13 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "C#: <project-name> Debug",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/<relative-path-to-project-folder><project-name>.csproj"
},
{
"name": "Debug Jest Tests on Nix",
"type": "node",