Skip to content

Commit b1da6fd

Browse files
committed
Add devcontainer.json configuration
1 parent 4e858e9 commit b1da6fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "TypeScriptToLua.github.io",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:14",
4+
"settings": {
5+
"terminal.integrated.shell.linux": "/bin/bash"
6+
},
7+
"extensions": ["dbaeumer.vscode-eslint", "editorconfig.editorconfig", "esbenp.prettier-vscode"],
8+
"postCreateCommand": "npm ci"
9+
}

0 commit comments

Comments
 (0)