Browse Source

add chown command to postCreateCommand.sh

Yuki Takei 1 năm trước cách đây
mục cha
commit
246e0bdce7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 \