Automated imports: wrong preview in hover #50620
Labels
bug
Issue identified by VS Code Team member as probable bug
javascript
JavaScript support issues
typescript
Typescript support issues
verified
Verification succeeded
Milestone
Refs: #50488
The preview shows an import that uses an absolute file path on disk even though the result is not like that (rather
import { IEditorService } from "vs/workbench/services/editor/common/editorService";
)The text was updated successfully, but these errors were encountered: