Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlue authored May 31, 2024
1 parent 23f62ac commit 5a5f0d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"dockerfile": "Dockerfile",
"context": "..",
"args": {
"BIOBRICKS_TOKEN": "${localEnv:BIOBRICKS_TOKEN}",
"AWS_ACCESS_KEY_ID": "${localEnv:AWS_ACCESS_KEY_ID}",
"AWS_SECRET_ACCESS_KEY": "${localEnv:AWS_SECRET_ACCESS_KEY}"
"BIOBRICKS_TOKEN": "${localEnv:BIOBRICKS_TOKEN}"
}
},
"features": {
Expand All @@ -20,7 +18,8 @@
"ms-python.python",
"ms-toolsai.jupyter",
"ms-vsliveshare.vsliveshare", // Live Share extension
"github.copilot" // GitHub Copilot extension
"github.copilot", // GitHub Copilot extension
"insilica.vscode-pycmd"
],
"remoteUser": "vscode"
}

0 comments on commit 5a5f0d9

Please sign in to comment.