Merge branch 'develop' into feature/drawrects
This commit is contained in:
commit
61f8b7bbe6
1 changed files with 4 additions and 1 deletions
5
api/.vscode/launch.json
vendored
5
api/.vscode/launch.json
vendored
|
@ -12,7 +12,10 @@
|
|||
"pythonArgs": [
|
||||
"-Xfrozen_modules=off",
|
||||
],
|
||||
"justMyCode": true
|
||||
"env": {
|
||||
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
||||
},
|
||||
"justMyCode": true,
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue