Skip to content

Commit 8a90e28

Browse files
committed
launch json for C_R_DB
1 parent 678c337 commit 8a90e28

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.vscode/launch.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Launch Program - Mongo Server",
9+
"program": "${workspaceFolder}/mongodb/node/api_docs_server.js",
10+
"request": "launch",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"type": "pwa-node"
15+
},
16+
{
17+
"type": "node",
18+
"request": "launch",
19+
"name": "Launch Program - File",
20+
"skipFiles": [
21+
"<node_internals>/**"
22+
],
23+
"program": "${file}"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)