-
Notifications
You must be signed in to change notification settings - Fork 35.1k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)javascriptJavaScript support issuesJavaScript support issues
Description
- Version: 1.52.1
- Commit: ea3859d
- Date: 2020-12-16T16:30:02.420Z (1 mo ago)
- Electron: 9.3.5
- Chrome: 83.0.4103.122
- Node.js: 12.14.1
- V8: 8.3.110.13-electron.0
- OS: Darwin x64 18.7.0
Steps to Reproduce:
- Create a new JavaScript file
- Add a variable
name
, for example:let name = 'foo';
- Try using the
name
variable, for example:console.log(name);
Does this issue occur when all extensions are disabled?: No
I suspect this is an eslint bug, or bug in the vscode-eslint extension, not distinguishing between a user-defined name
variable and the global. But I'm not sure where to file it other than here.
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)javascriptJavaScript support issuesJavaScript support issues