devcontainer

This commit is contained in:
enforcer007
2023-02-19 12:18:58 +05:30
parent 6ba2515b56
commit 5f0d7a0c08
2 changed files with 20 additions and 13 deletions

View File

@@ -4,10 +4,15 @@
"dockerfile": "./Dockerfile",
"context": "."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/user/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/user/rustdesk",
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/vscode/rustdesk",
"postStartCommand": "./entrypoint",
"remoteUser": "user",
"features": {
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": {
"PACKAGES": "platform-tools,ndk;22.1.7171670"
}
},
"customizations": {
"vscode": {
"extensions": [