-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: 1.23.1
- OS Version: macOS 10.13.4
Auto import format has changed to CommonJS and I do not see any config options to change it back to ES6.
Steps to Reproduce:
- Use some module that needs to be imported
- Cmd + . to open auto import suggestion and apply it
- Observe module is imported with a
require, eg.import _ = require('lodash');instead ofimport * as _ from 'lodash';
Does this issue occur when all extensions are disabled?: Yes
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)