chore: include lune types for vscode LSP

This commit is contained in:
Erica Marigold 2023-09-15 17:27:59 +05:30 committed by GitHub
parent f3d2226910
commit a8ddff9d3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"luau-lsp.require.mode": "relativeToFile",
"luau-lsp.require.directoryAliases": {
"@lune/": "~/.lune/.typedefs/0.7.7/"
}
}