-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.61.2
- OS Version: Windows_NT x64 10.0.19042
Steps to Reproduce:
- Open any file with
.jsextension. - Start typing
requireormodule.
Expected Result:
Get IntelliSense for them as they are part of CommonJs.
Actual Result:
No IntelliSense for it.
Bug 2:
It's a bug connected to the above one. If you add require("fs") in the file, suddenly IntelliSense for all CommonJs now works.
Images:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug



