-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @artaommahe on November 9, 2017 11:38
- VSCode Version: 1.18.0
- OS Version: Windows 10
Steps to Reproduce:
- ts project with provided
baseUrl
- add autoimport for smth from same directories sub-tree
- see
baseUrl
relative import
/// auth/routing.ts
import {MobileStubComponent} from "auth/component/mobile-stub/mobile-stub";
expected import relative to current file
import {MobileStubComponent} from "./component/mobile-stub/mobile-stub";
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#37928
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue