mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
13 lines
403 B
JSON
13 lines
403 B
JSON
{
|
|
"luau-lsp.inlayHints.variableTypes": true,
|
|
"luau-lsp.inlayHints.functionReturnTypes": true,
|
|
"luau-lsp.inlayHints.parameterNames": "all",
|
|
"luau-lsp.inlayHints.parameterTypes": true,
|
|
"luau-lsp.inlayHints.typeHintMaxLength": 50,
|
|
"luau-lsp.require.mode": "relativeToFile",
|
|
"luau-lsp.require.directoryAliases": {
|
|
"@lune/": "~/.lune/.typedefs/0.8.2/"
|
|
},
|
|
|
|
"editor.formatOnSave": true
|
|
}
|