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.
PYTHONUNBUFFERED=1
containerEnv
1 parent ca6d55a commit 2ba3732Copy full SHA for 2ba3732
src/python/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
2
{
3
"id": "python",
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"name": "Development Container Feature - Python",
6
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/python",
7
"description": "Work efficiently and effortlessly with Python",
@@ -47,6 +47,9 @@
47
"default": "localhost,127.0.0.1"
48
}
49
},
50
+ "containerEnv": {
51
+ "PYTHONUNBUFFERED": "1"
52
+ },
53
"customizations": {
54
"vscode": {
55
"extensions": [
0 commit comments