This commit is contained in:
enforcer007
2023-02-20 15:30:36 +00:00
Unverified
parent 689e54516d
commit d08fa1fb11
5 changed files with 102 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/vscode/rustdesk",
"postStartCommand": "./entrypoint",
"postStartCommand": ".devcontainer/build",
"features": {
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": {
@@ -20,7 +20,9 @@
"mutantdino.resourcemonitor",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
"serayuzgur.crates",
"mhutchie.git-graph",
"eamodio.gitlens"
],
"settings": {
"files.watcherExclude": {