mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Setting up devcontainer
This commit is contained in:
@@ -2,10 +2,22 @@
|
|||||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/anaconda:1": {},
|
"ghcr.io/devcontainers/features/anaconda:1": {},
|
||||||
"ghcr.io/devcontainers/features/python:1": {
|
"ghcr.io/devcontainers/features/python:1": {},
|
||||||
"version":"3.11",
|
|
||||||
"installTools": true,
|
|
||||||
},
|
|
||||||
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
|
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
|
||||||
}
|
},
|
||||||
|
"postCreateCommand": "pip3 install -r requirements.txt && pip3 install -r docs/requirements.txt",
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"ms-python.isort",
|
||||||
|
"ms-toolsai.jupyter",
|
||||||
|
"ms-toolsai.vscode-jupyter-cell-tags",
|
||||||
|
"ms-toolsai.jupyter-keymap",
|
||||||
|
"ms-toolsai.jupyter-renderers",
|
||||||
|
"ms-toolsai.vscode-jupyter-slideshow",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user