inital
This commit is contained in:
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "Python 3",
|
||||||
|
"image": "python:3.11.14-alpine3.23",
|
||||||
|
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"postCreateCommand": "pip install --upgrade pip",
|
||||||
|
|
||||||
|
"forwardPorts": [],
|
||||||
|
|
||||||
|
"remoteUser": "root"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user