Skip to content

Commit 4638866

Browse files
authored
Merge pull request #9 from NextStepFinalProject/edit-vscode-debug-configurations-for-linux
Edit Visual Studio Code `launch.json` For Debugging In Linux
2 parents 2a72786 + 2b448e1 commit 4638866

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"name": "Backend: Run Script: dev",
1010
"request": "launch",
1111
"command": "npm run dev",
12-
"cwd": "${workspaceFolder}\\nextstep-backend"
12+
"cwd": "${workspaceFolder}/nextstep-backend"
1313
},
1414
{
1515
"type": "node-terminal",
1616
"name": "Backend: Run Script: test",
1717
"request": "launch",
1818
"command": "npm run test",
19-
"cwd": "${workspaceFolder}\\nextstep-backend"
19+
"cwd": "${workspaceFolder}/nextstep-backend"
2020
},
2121
{
2222
"type": "node-terminal",
2323
"name": "Frontend: Run Script: dev",
2424
"request": "launch",
2525
"command": "npm run dev",
26-
"cwd": "${workspaceFolder}\\nextstep-frontend"
26+
"cwd": "${workspaceFolder}/nextstep-frontend"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)