mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-13 05:20:37 +00:00
chore: include VSCode configs (lune + formatting defaults)
This commit is contained in:
parent
997ba997fe
commit
0fd1d3ab24
1 changed files with 14 additions and 0 deletions
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
// Lune
|
||||
"luau-lsp.require.mode": "relativeToFile",
|
||||
"luau-lsp.require.directoryAliases": {
|
||||
"@lune/": "~/.lune/.typedefs/0.8.2/"
|
||||
},
|
||||
|
||||
// Formatting
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[luau][lua]": {
|
||||
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue