Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8200d86

Browse files
committed
Windows fix
1 parent 53714f6 commit 8200d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
install_extension() {
3+
export DONT_PROMPT_WSL_INSTALL=true
34
/usr/bin/code --install-extension $1
45
/usr/bin/code-insiders --install-extension $1
56
}

0 commit comments

Comments
 (0)