-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Implementing interface puts relative imports #34995
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
Labels
Bug
A bug in TypeScript
Fix Available
A PR has been opened for this issue
VS Code Priority
Critical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Comments
This was referenced Mar 9, 2020
@andrewbranch @mjbvz I can still reproduce this in VSCode, please reopen. We seem to be using |
@bpasero Can you please share updated steps to reproduce this too |
@mjbvz @andrewbranch I updated #34995 (comment) with the steps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
A bug in TypeScript
Fix Available
A PR has been opened for this issue
VS Code Priority
Critical issues that VS Code needs fixed in the current TypeScript milestone
TypeScript Version:
3.7.2
Code
git clone https://github.com/microsoft/vscode.git
yarn
anythingQuickAccess.ts
Expected behavior:
Code that gets generated does not use inline imports.
Actual behavior:
Code that gets generated adds inline imports:
The text was updated successfully, but these errors were encountered: