We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Imagine an import like this:
import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService';
Format, I would love if it ends up to be
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
Or whatever you guys think should be the formatting of destructured imports.
The text was updated successfully, but these errors were encountered:
I have seen users have strong opinions on weather this should have spaces or not. so looks like this can be a new option.
//CC: @saschanaz
Sorry, something went wrong.
Unmerged #4609 will format the code but with spaces. A new option for this will be good but maybe after #4757.
No branches or pull requests
Imagine an import like this:
Format, I would love if it ends up to be
Or whatever you guys think should be the formatting of destructured imports.
The text was updated successfully, but these errors were encountered: