Skip to content

Commit

Permalink
Merge branch 'min-requirements'
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Nov 8, 2024
2 parents eb7e288 + 7c030db commit 4d036b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"build": { "dockerfile": "Dockerfile" },
"secrets": {
"STENCILA_API_TOKEN": {
"description": "Add your Stencila Cloud API token",
"description": "If you have a Stencila Cloud API token, enter it here to enable extra features, or add one later via the Stencila menu within the Codespace",
"documentationUrl": "https://stencila.cloud/access-tokens"
}
},
"hostRequirements": {
"memory": "16gb"
},
"customizations": {
"vscode": {
"extensions": ["stencila.stencila"],
Expand Down

0 comments on commit 4d036b2

Please sign in to comment.