We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2930231 commit 9653be3Copy full SHA for 9653be3
.vscode/settings.json
@@ -18,5 +18,7 @@
18
"tests"
19
],
20
"python.testing.unittestEnabled": false,
21
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
22
+ "python-envs.defaultEnvManager": "ms-python.python:poetry",
23
+ "python-envs.defaultPackageManager": "ms-python.python:poetry"
24
}
0 commit comments