question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with files name cases.

See original GitHub issue

I had the same issue: https://github.com/elm-tooling/elm-language-client-vscode/issues/123

I’ve debuged it, so the reason is that vscode has some buggy behavior with files that changed name cases (were renamed) and file uri inside DiagnosticsProvider is not normalized, so it results that it can not find it in currentDiagnostics map.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
razzeeecommented, Nov 8, 2020

Which is something the issue template asks for. And a step by step reproduction.

On Sat, Nov 7, 2020, 23:16 Alex notifications@github.com wrote:

This probably only windows related issue, as Linux and windows treat file name cases differently.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/elm-tooling/elm-language-client-vscode/issues/129#issuecomment-723502025, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNLEZGJR76ZWGMS72LNHX3SOXBMPANCNFSM4TFO226A .

0reactions
wclrcommented, Nov 7, 2020

This probably only windows related issue, as Linux and windows treat file name cases differently.

Read more comments on GitHub >

github_iconTop Results From Across the Web

file-name-casing - Rule
Rule: file-name-casing. Enforces a consistent file naming convention. Rationale. Helps maintain a consistent style across a file hierarchy. Config.
Read more >
Windows 10: Case sensitive file and folder names - N-able
Windows 10: Case sensitive file and folder names. By default Windows processes treat the file system as case-insensitive. As such they do not...
Read more >
File renaming when changing case doesnt work
File renaming when changing case doesnt work !! Take a folder or file with a name all in capitals (upper case), example. FILENAME.txt....
Read more >
File Name Case Sensitivity - Future Perfect - Unknown Worlds
If you're not familiar with the term “case sensitive” it simply means that the capitalization in the file name is important. On Windows...
Read more >
Resolving file name character case issues when calling routines
Resolving file name character case issues when calling routines · The ":" character is not allowed in a filename. · File names are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found