Skip to content

Commit 9653be3

Browse files
committed
vscode: add poetry settings
Commit automatically added settings from selecting the Python interpreter in VSCode.
1 parent 2930231 commit 9653be3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
"tests"
1919
],
2020
"python.testing.unittestEnabled": false,
21-
"python.testing.pytestEnabled": true
21+
"python.testing.pytestEnabled": true,
22+
"python-envs.defaultEnvManager": "ms-python.python:poetry",
23+
"python-envs.defaultPackageManager": "ms-python.python:poetry"
2224
}

0 commit comments

Comments
 (0)