-
Notifications
You must be signed in to change notification settings - Fork 36.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjavascriptJavaScript support issuesJavaScript support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.2.0
- OS Version: CentOS 7 -- NodeJS app
Steps to Reproduce:
- Use express-generator to create a nodejs app; it creates a bin/www file with no extension
- When editing the bin/www file, with language mode as JavaScript, the require, process, etc. entries are indicated as errors.
- If a .js extension is added to the bin/www file - the intellisense no longer shows the entries as errors
A bit strange (at least from my perspective) as one would think that intellisense would be driven from the Language Mode not the extension, or lack thereof. "Normal" javascript intellisense is active BTW, it just seems to not be picking up the nodejs references.
Really like VSCode, VS Community just seems "too heavy" for a lot of small-medium projects.
Thanks,
David
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjavascriptJavaScript support issuesJavaScript support issuesverifiedVerification succeededVerification succeeded


