denoland / vscode_deno

Visual Studio Code plugin for Deno
https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
MIT License
1.5k stars 146 forks source link

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

Open ericarthurc opened 2 months ago

ericarthurc commented 2 months ago

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

Versions

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