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
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
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
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 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 warningWhat I have tried
Versions
vscode: 1.93.1 deno: 2.0.0-rc.6 extension: 3.41.0