feat: enable github codespaces config

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-23 15:42:53 +00:00
parent 3639feba87
commit e5064b6c4f

View 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"
]
}
}
}