mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-13 13:30:39 +00:00
chore: further vscode configs
This commit is contained in:
parent
0fd1d3ab24
commit
873e2964a9
2 changed files with 17 additions and 1 deletions
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"roblox-ts.vscode-roblox-ts",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"JohnnyMorganz.stylua"
|
||||||
|
]
|
||||||
|
}
|
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -10,5 +10,13 @@
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"[luau][lua]": {
|
"[luau][lua]": {
|
||||||
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
// Linting
|
||||||
|
"eslint.run": "onType",
|
||||||
|
"eslint.format.enable": true,
|
||||||
|
|
||||||
|
// Misc
|
||||||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
|
"files.eol": "\n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue