Skip to content

Commit

Permalink
Update the dev container to enable yarn build to succeed (#3055)
Browse files Browse the repository at this point in the history
* Install rust feature, use new features spec format

* Rwmove old extensions
  • Loading branch information
msusag authored Mar 14, 2023
1 parent da86ce5 commit bb7fcc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint",
"rust-lang.rust",
"cadenas.vscode-glsllint",
"mhutchie.git-graph",
"eamodio.gitlens"
],
Expand All @@ -41,6 +39,7 @@
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
"github-cli": "latest",
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/rust:1": {}
}
}

0 comments on commit bb7fcc9

Please sign in to comment.