Skip to content

Commit

Permalink
Adds codespaces devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
joncloud committed Jan 25, 2023
1 parent c481d9f commit 0a36065
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:16",
"hostRequirements": {
"cpus": 1
},
"waitFor": "onCreateCommand",
"updateContentCommand": "npm ci && npm run build && npm run test",
"postCreateCommand": "apt update && apt install -y nsis nsis-pluginapi",
"customizations": {
"codespaces": {
"openFiles": []
}
}
}

0 comments on commit 0a36065

Please sign in to comment.