Skip to content

Commit

Permalink
Set the submodule permission in the dev container (#1194)
Browse files Browse the repository at this point in the history
* Set the submodule permission in the dev container

* fix

* Fix
  • Loading branch information
whitphx authored Nov 24, 2024
1 parent 1e591d3 commit 17b4ede
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
"postCreateCommand": "/bin/bash ./.devcontainer/postCreateCommand.sh",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"codespaces": {
"repositories": {
// Submodule
"whitphx/streamlit": {
"permissions": "write-all"
}
}
}
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit 17b4ede

Please sign in to comment.