Skip to content

Commit

Permalink
use script version of desktop-lite to include in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Aug 8, 2022
1 parent cfbd5c9 commit 6fd640c
Show file tree
Hide file tree
Showing 7 changed files with 465 additions and 40 deletions.
37 changes: 15 additions & 22 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,20 @@
"postStartCommand": ". /code/.devcontainer/hooks/postStart.sh",
// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "user",
"features": {
"desktop-lite": {
"password": "password",
"webPort": "6080",
"vncPort": "5901"
}
},
"customizations": {
"vscode": {
"extensions": [
"njpwerner.autodocstring",
"bungcip.better-toml",
"VisualStudioExptTeam.vscodeintellicode",
"DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-azuretools.vscode-docker",
"ms-iot.vscode-ros",
"twxs.cmake"
]
}
}
"vscode": {
"extensions": [
"njpwerner.autodocstring",
"bungcip.better-toml",
"VisualStudioExptTeam.vscodeintellicode",
"DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-azuretools.vscode-docker",
"ms-iot.vscode-ros",
"twxs.cmake"
]
}
}
}
Loading

0 comments on commit 6fd640c

Please sign in to comment.