diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b3efaa36..ed2b8e3b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -52,5 +52,7 @@ "testMate.cpp.experimental.gcov": { "enabled": true, "logpanel": true - } + }, + "python-envs.defaultEnvManager": "ms-python.python:poetry", + "python-envs.defaultPackageManager": "ms-python.python:poetry" }
\ No newline at end of file |
