-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhtmlHTML support issuesHTML support issues
Milestone
Description
- VSCode Version: 1.52.1
- OS Version: Windows 10.0.19042.685
Steps to Reproduce:
- Create a HTML File with
<script type="module">...</script>
- Add
// @ts-check
and import any npm package - No intellisense
Does this issue occur when all extensions are disabled?: Yes
If we would do the same steps with a .js file, IntelliSense will work:
It is not working in .html however:
Error:
Cannot find module 'hydro-js'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?javascript
Tried troubleshooting:
- Created a jsconfig.json file
- Tried the above error suggestions.
mhanuszh, soredake, tjx666, ris58h, youngboy and 8 more
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhtmlHTML support issuesHTML support issues