We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee1fd commit c9ba8ddCopy full SHA for c9ba8dd
.vscode/launch.json
@@ -4,6 +4,26 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+
8
9
+ {
10
+ "name": "Launch Package",
11
+ "type": "go",
12
+ "request": "launch",
13
+ "mode": "auto",
14
+ "program": "${workspaceFolder}"
15
+ },
16
17
18
19
+ "name": "Launch Program",
20
+ "program": "${workspaceFolder}/app.js",
21
22
+ "skipFiles": [
23
+ "<node_internals>/**"
24
+ ],
25
+ "type": "node"
26
27
{
28
"name": "Debug FastAPI Project backend: Python Debugger",
29
"type": "debugpy",
0 commit comments