Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Add support for .luaurc in the virtual file path #34

Closed
vocksel opened this issue May 7, 2022 · 1 comment
Closed

Add support for .luaurc in the virtual file path #34

vocksel opened this issue May 7, 2022 · 1 comment

Comments

@vocksel
Copy link

vocksel commented May 7, 2022

I'm trying to include a .luaurc in my Packages folder so I can ignore it from typechecking, however including Packages/.luaurc with the following contents does not seem to work:

{
    "languageMode": "nocheck",
    "lint": { 
        "*": true
    }
}

As mentioned over Discord, "right now it’s not converting the virtual instance path to a real file path to search a config file for." As such it would be great if support could be added to convert .luaurc config files into the virtual file path so that certain directories can be ignored

@JohnnyMorganz
Copy link
Owner

Fixed in 1b9ea41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants