Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NachtaktiverHalbaffe committed Feb 23, 2024
1 parent 3644ff6 commit 5d259f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/windows/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"DISPLAY=:0"
],
// This command create an example project after the container is created.
"postCreateCommand": "flutter pub get",
"initializeCommand": "xhost +local:root"
"postCreateCommand": "flutter pub get"
// "initializeCommand": "xhost +local:root"
// Use 'forwardPorts' to make a list of ports inside the container available locally.
//"forwardPorts": [],
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
Expand Down

0 comments on commit 5d259f3

Please sign in to comment.