mirror of
https://github.com/falcion/Whisperer.md.git
synced 2026-07-22 11:50:29 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "Whisperer.md (for Obsidian) Dev Container",
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "16"
|
|
},
|
|
"ghcr.io/devcontainers/features/python:1": {
|
|
"version": "3.9"
|
|
},
|
|
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
|
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
|
},
|
|
"postCreateCommand": "npm install && pip install -r requirements.txt",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"esbenp.prettier-vscode",
|
|
"ms-python.python",
|
|
"dbaeumer.vscode-eslint",
|
|
"redhat.vscode-yaml",
|
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
|
"aaron-bond.better-comments",
|
|
"kisstkondoros.vscode-codemetrics",
|
|
"boundarystudio.js-extentions-pack",
|
|
"YoavBls.pretty-ts-errors"
|
|
]
|
|
}
|
|
},
|
|
"mounts": ["source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached"],
|
|
"remoteUser": "vscode"
|
|
}
|