-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--out-file
doesn't respect file casing
#23
Comments
Ah yes, I know why it does that. It is funny has this whole journey started because of VSCode bindings for me creating an extension. And I am really surprised that i doesn't crash on these bindings. Version 0.3.1 has been released to fix this problem |
Oh Glutinum does crash on those bindings, but I was starting with small issues :) |
But it says success in the console 😇 |
Oh, that one. The bindings were generated but they were empty because the source typing's file just imports from other files. |
Oh I see, that explains why it "worked" then. 🤣 |
I was trying this on the Ionide helpers and discovered that the
--out-file
parameter tolower's the output file name:The text was updated successfully, but these errors were encountered: