Skip to content

Commit

Permalink
Merge pull request #31 from joncloud/codespaces
Browse files Browse the repository at this point in the history
Adds codespaces devcontainer
  • Loading branch information
joncloud committed Jan 25, 2023
2 parents c481d9f + 0a36065 commit 3a3107b
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 3a3107b

Please sign in to comment.