mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
feat: enable github codespaces config
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
13
.devcontainer/devcontainers.json
Normal file
13
.devcontainer/devcontainers.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"postCreateCommand": "nvm install 16.16.0 && npm run build",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ritwickdey.LiveServer",
|
||||
"github.vscode-github-actions",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"waderyan.gitblame"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user