Skip to content
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

When use auto import feature, it is imported in lower case format #368

Closed
MinchukSergei opened this issue Jan 28, 2021 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@MinchukSergei
Copy link

Describe the bug
When use auto import feature, it is imported in lower case format

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 lua files (firstFile.lua, secondFile.lua). Open the firstFile.lua
  2. Start typing the name of second file sec... You will see the prompt to import the file
  3. Press Enter
  4. See that the second file is included in lower case: local secondFile = require "secondfile"

Expected behavior
should be imported in the existing letter case

Screenshots
image

Environment (please complete the following information):

  • OS: Windows
  • Is WSL remote? No
  • Client: VSCode
@sumneko sumneko added the bug Something isn't working label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants