mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-04-04 19:00:56 +01:00
chore(vscode): include lune require config snippet
This commit is contained in:
parent
e75bda93ee
commit
6b3f5741b0
1 changed files with 6 additions and 0 deletions
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"luau-lsp.require.mode": "relativeToFile",
|
||||||
|
"luau-lsp.require.directoryAliases": {
|
||||||
|
"@lune/": "~/.lune/.typedefs/0.8.9/"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue