1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 23:44:22 +00:00

Add devcontainer.json

This commit is contained in:
Steffo 2023-03-15 11:13:01 +00:00 committed by GitHub
parent f5e40f8702
commit 98882b643b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:18",
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-typescript-next",
"dbaeumer.vscode-eslint",
"mutantdino.resourcemonitor"
]
}
}
}