We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c93e20 commit 2303ef2Copy full SHA for 2303ef2
.devcontainer/Dockerfile
@@ -7,7 +7,7 @@ COPY ".devcontainer/install-docker-cli.sh" install-docker-cli.sh
7
RUN /bin/bash install-docker-cli.sh
8
9
# Install Poetry for dependency management
10
-RUN pip install poetry~=1.8
+RUN pip install poetry~=2.2.1
11
12
# Install peek utility
13
RUN pip install es-peek
.vscode/settings.json
@@ -51,4 +51,7 @@
51
"python.analysis.autoFormatStrings": true,
52
"python.analysis.inlayHints.functionReturnTypes": true,
53
"python.analysis.inlayHints.variableTypes": true,
54
+ "python-envs.defaultEnvManager": "ms-python.python:poetry",
55
+ "python-envs.defaultPackageManager": "ms-python.python:poetry",
56
+ "python-envs.pythonProjects": [],
57
}
0 commit comments