File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
"hostRequirements" : {
19
19
"memory" : " 4gb"
20
20
},
21
+ "postCreateCommand" : " bash ./.devcontainer/scripts/install-xdg.sh" ,
21
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
22
23
// "forwardPorts": [],
23
24
"remoteUser" : " vscode"
Original file line number Diff line number Diff line change
1
+ # Install xdg-utils to enable opening a browser from devcontainer
2
+ # Currently no out-of-the box support available see: https://github.com/devcontainers/images/issues/885
3
+ sudo apt-get update
4
+ sudo apt-get install -y xdg-utils
Original file line number Diff line number Diff line change 18
18
"hostRequirements" : {
19
19
"memory" : " 4gb"
20
20
},
21
+ "postCreateCommand" : " bash ./.devcontainer/scripts/install-xdg.sh" ,
21
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
22
23
// "forwardPorts": [],
23
24
"remoteUser" : " vscode" ,
You can’t perform that action at this time.
0 commit comments