How do I add Roblox type definitions for the type checker when using the tool through command line? #270
Unanswered
RatIsMyUsername
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The extension works fine, because it has the following setting enabled:
However, when I try to run the tool through command line, I get type checking errors for Roblox Std types:
I also tried generating roblox std .yml file through selene with the following command:
selene generate-roblox-std
and then specified that file to--definitions=PATH
flag of the CL command, but it did not work:I am fairly new to using CLI generally as a developer, any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions