Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organise Imports should introduce 'named' import #46682

Closed
jrieken opened this issue Mar 27, 2018 · 1 comment
Closed

Organise Imports should introduce 'named' import #46682

jrieken opened this issue Mar 27, 2018 · 1 comment
Assignees
Labels
upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@jrieken
Copy link
Member

jrieken commented Mar 27, 2018

re #46589

Organize import should rewrite imports with lots destructuring to the named variant, e.g

import {
	TaskDefinitionDTO, TaskExecutionDTO, TaskPresentationOptionsDTO, ProcessExecutionOptionsDTO, ProcessExecutionDTO,
	ShellExecutionOptionsDTO, ShellExecutionDTO, TaskDTO, TaskHandleDTO
} from '../shared/tasks';

should become

import * as [tasks] from '../shared/tasks';
@mjbvz
Copy link
Contributor

mjbvz commented Mar 27, 2018

This issue was moved to microsoft/TypeScript#22925

@mjbvz mjbvz closed this as completed Mar 27, 2018
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Mar 27, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants