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

File name differs from already included file name only in casing [deno-ts(1149)] #1169

Open
ericarthurc opened this issue Sep 26, 2024 · 1 comment

Comments

@ericarthurc
Copy link

Describe the bug

Getting an error in the vscode IDE that my import has some issue with the casing of the folder that some of the imports life under.

Screenshots

The import is using path ../extension lowercase
Untitled
Now the import is fixed to ../Extension capitalized to match the folder name in casing, but now the other imort in a different file is throwing the warning
Untitled2

What I have tried

  • recreat folder
  • restart computer
  • restart deno extension
  • update to 2.0.0-rc.6 from rc.5
  • disable and renable the extension
  • clear deno cache
  • move the files to a new folder path
  • change the name of the folder and then change it back

Versions

vscode: 1.93.1 deno: 2.0.0-rc.6 extension: 3.41.0

@sheng-ri
Copy link

vs:  1.95.3
deno: 2.1.2
ex: 3.42.0

I also encountered this problem, is there any solution?

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

No branches or pull requests

2 participants