Autocompleted JavaScript imports do not include file extension #51259
Labels
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
This problem was first noticed a couple days ago on 1.23.1, but I waited for the new release.
Steps to Reproduce:
export.js
exam
[tab] becomesNote that it it's trying to import from
"./export"
, not from"./export.js"
. This breaks the import, at least in a browser context.Does this issue occur when all extensions are disabled? Yes
The text was updated successfully, but these errors were encountered: