|
| 1 | +// spell: disable |
| 2 | +{ |
| 3 | + "name": "Cloud IDE", |
| 4 | + "dockerFile": "Dockerfile", |
| 5 | + "context": "..", |
| 6 | + "remoteUser": "theia", |
| 7 | + "workspaceFolder": "/home/project", |
| 8 | + "workspaceMount": "source=${localWorkspaceFolder},target=/home/project,type=bind,consistency=delegated", |
| 9 | + "runArgs": ["-h","theia", "--name", "capstone-project"], |
| 10 | + "remoteEnv": { |
| 11 | + "FLASK_DEBUG": "True" |
| 12 | + }, |
| 13 | + "extensions": [ |
| 14 | + "VisualStudioExptTeam.vscodeintellicode", |
| 15 | + "ms-python.python", |
| 16 | + "ms-python.pylint", |
| 17 | + "ms-python.vscode-pylance", |
| 18 | + "alexkrechik.cucumberautocomplete", |
| 19 | + "cstrap.flask-snippets", |
| 20 | + "yzhang.markdown-all-in-one", |
| 21 | + "bierner.github-markdown-preview", |
| 22 | + "hnw.vscode-auto-open-markdown-preview", |
| 23 | + "DavidAnson.vscode-markdownlint", |
| 24 | + "donjayamanne.githistory", |
| 25 | + "GitHub.vscode-pull-request-github", |
| 26 | + "hbenl.vscode-test-explorer", |
| 27 | + "LittleFoxTeam.vscode-python-test-adapter", |
| 28 | + "njpwerner.autodocstring", |
| 29 | + "redhat.vscode-yaml", |
| 30 | + "streetsidesoftware.code-spell-checker", |
| 31 | + "wholroyd.jinja", |
| 32 | + "rangav.vscode-thunder-client" |
| 33 | + ], |
| 34 | + // "postCreateCommand": "sudo pip install -r requirements.txt", |
| 35 | + "features": { |
| 36 | + "docker-in-docker": "latest", |
| 37 | + "kubectl-helm-minikube": "latest" |
| 38 | + } |
| 39 | +} |
0 commit comments