Skip to content

Commit

Permalink
Fall back to default Codespaces image
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich authored Jan 22, 2021
1 parent a201fb3 commit c86155d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14",
"extensions": [
"eg2.vscode-npm-script",
"angular.ng-template",
Expand All @@ -11,5 +10,5 @@
{ "mode": "auto" }
]
},
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install"
"postCreateCommand": "apt-get update && export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli"
}

0 comments on commit c86155d

Please sign in to comment.