We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e858e9 commit b1da6fdCopy full SHA for b1da6fd
.devcontainer/devcontainer.json
@@ -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