Sfoglia il codice sorgente

add chown command to postCreateCommand.sh

Yuki Takei 1 anno fa
parent
commit
246e0bdce7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .devcontainer/postCreateCommand.sh

+ 2 - 0
.devcontainer/postCreateCommand.sh

@@ -1,3 +1,5 @@
+sudo chown -R vscode:vscode /workspace;
+
 # Instal additional packages
 sudo apt update
 sudo apt-get install -y --no-install-recommends \