Skip to content

Commit 489071e

Browse files
committed
Comment waitFor to explain it
1 parent 27686b5 commit 489071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
}
1616
},
1717
"postCreateCommand": "/bin/bash /var/init.sh",
18-
"waitFor": "postCreateCommand",
18+
"waitFor": "postCreateCommand", // Will make extensions wait for restore (would have to manually restart omniSharp otherwise)
1919
"remoteUser": "root"
2020
}

0 commit comments

Comments
 (0)