We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.leet.toml
Describe the bug
If .leet.toml is missing the program crashes.
Leetcode problem
Not related to a specific problem
To Reproduce
Do not have a .leet.toml and try to generate a module
``
Error Message
Error: failed to load config Caused by: 0: failed to read .leet.toml 1: No such file or directory (os error 2)
Expected behavior
Missing file is ignored or a warning is issued but not crash and just create new file on save.
Environment Info:
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If
.leet.toml
is missing the program crashes.Leetcode problem
Not related to a specific problem
To Reproduce
Do not have a
.leet.toml
and try to generate a module``
Error Message
Expected behavior
Missing file is ignored or a warning is issued but not crash and just create new file on save.
Environment Info:
Additional context
The text was updated successfully, but these errors were encountered: