We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76813f commit 70f3e39Copy full SHA for 70f3e39
.devcontainer/devcontainer.json
@@ -0,0 +1,14 @@
1
+{
2
+ "name": "TypeScriptToLua",
3
+ "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:14",
4
+ "settings": {
5
+ "terminal.integrated.shell.linux": "/bin/bash"
6
+ },
7
+ "extensions": [
8
+ "ark120202.vscode-typescript-to-lua",
9
+ "dbaeumer.vscode-eslint",
10
+ "editorconfig.editorconfig",
11
+ "esbenp.prettier-vscode"
12
+ ],
13
+ "postCreateCommand": "npm ci"
14
+}
.gitattributes
@@ -1 +1 @@
-* text eol=lf
+* text=auto eol=lf
0 commit comments