Skip to content

Commit

Permalink
Comment waitFor to explain it
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Sep 15, 2022
1 parent 27686b5 commit 489071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
}
},
"postCreateCommand": "/bin/bash /var/init.sh",
"waitFor": "postCreateCommand",
"waitFor": "postCreateCommand", // Will make extensions wait for restore (would have to manually restart omniSharp otherwise)
"remoteUser": "root"
}

0 comments on commit 489071e

Please sign in to comment.