Experience EnhancementHelp WantedSuggestion
仓库指标
- Star
- (48,455 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 PR)
描述
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.80.0
- OS Version: macOS latest
Steps to Reproduce:
- write
import foo from './existing-file.js?some-query-string' - ctrl+click on the file path
Expected
VSCode opens the file as if there was no querystring
Actual
Either:
- VSCode complains with:
cannot find module './existing-file.js?some-query-string' or its corresponding type declarations - if there's a
.d.tswithdeclare module '*?some-query-string' {}, VSCode will navigate to this particular declaration block