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

Commit 218bf35

Browse files
committed
Fix
1 parent 8200d86 commit 218bf35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM mcr.microsoft.com/vscode/devcontainers/repos/microsoft/vscode:latest
22

3+
ENV DONT_PROMPT_WSL_INSTALL=true
34
COPY fluxbox/* /tmp/fluxbox/
45
COPY *.sh /tmp/scripts/
56
RUN bash /tmp/scripts/install.sh \

.devcontainer/postCreateCommand.sh

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

0 commit comments

Comments
 (0)