microsoft / microsoft/vscode-markdown-languageservice
Figure out what to do about case insensitive file systems (if anything)
Open
@mjbvz is already working on this.
Since Dec 13, 2024.
bug
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 25
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
From https://github.com/microsoft/vscode/issues/167857
Problem
Paths on windows are case insensitive. However this library makes a lot of assumptions about paths being case sensitive. Examples:
- Path validation
- Find all references
- Rename
This means that if the casing of paths doesn't exactly match, we can end up missing references and reporting false positive diagnostics. We should figure out what to do about this (if anything)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.