Skip to content

Commit 2ba3732

Browse files
python: add PYTHONUNBUFFERED=1 to containerEnv
1 parent ca6d55a commit 2ba3732

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/python/devcontainer-feature.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "python",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"name": "Development Container Feature - Python",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/python",
77
"description": "Work efficiently and effortlessly with Python",
@@ -47,6 +47,9 @@
4747
"default": "localhost,127.0.0.1"
4848
}
4949
},
50+
"containerEnv": {
51+
"PYTHONUNBUFFERED": "1"
52+
},
5053
"customizations": {
5154
"vscode": {
5255
"extensions": [

0 commit comments

Comments
 (0)