asdf
This commit is contained in:
parent
6b39886745
commit
8414e72870
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach debugpy (melesICUmover)",
|
||||||
|
"type": "python",
|
||||||
|
"request": "attach",
|
||||||
|
"connect": { "host": "127.0.0.1", "port": 5678 },
|
||||||
|
"pathMappings": [
|
||||||
|
{ "localRoot": "${workspaceFolder}", "remoteRoot": "/app" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user