This commit is contained in:
enforcer007 2023-02-20 16:31:27 +00:00
parent 4d554044e8
commit ededf09a67

View File

@ -6,7 +6,7 @@
}, },
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/rustdesk,type=bind,consistency=cache", "workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/vscode/rustdesk", "workspaceFolder": "/home/vscode/rustdesk",
"postStartCommand": ".devcontainer/build", "postStartCommand": ".devcontainer/build.sh",
"features": { "features": {
"ghcr.io/devcontainers/features/java:1": {}, "ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": { "ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": {