workspace updates
This commit is contained in:
@@ -14,6 +14,12 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3"
|
"python.defaultInterpreterPath": "/usr/src/app/.devenv/state/venv/bin/python3",
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"/usr/src/app"
|
||||||
|
],
|
||||||
|
"ruff.interpreter": [
|
||||||
|
"/usr/src/app/.devenv/state/venv/bin/python3"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user