Skip to content

Commit

Permalink
Merge pull request #125 from opensafely/Jongmassey/fix-get-stata-license
Browse files Browse the repository at this point in the history
Add read permission to opensafely/server-instructions
  • Loading branch information
Jongmassey authored May 20, 2024
2 parents 92d8289 + 4f42f7d commit 76269ed
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 @@ -27,6 +27,15 @@
},
// Configure tool-specific properties.
"customizations": {
"codespaces": {
"repositories": {
"opensafely/server-instructions": {
"permissions": {
"contents": "read"
}
}
}
},
"vscode": {
"extensions": [
"ms-python.python",
Expand All @@ -51,4 +60,4 @@
"remoteEnv": {
"MAX_WORKERS": "2"
}
}
}

0 comments on commit 76269ed

Please sign in to comment.