-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
From @KostyaTretyak on November 9, 2017 12:49
- VSCode Version: 1.18.0
- OS Version: Ubuntu 16.04
Steps to Reproduce:
- open empty folder with VS Code;
- add empty
tsconfig.json
file in the root; - add empty
dir1
folder in the root; - add
file1.ts
andfile2.ts
intodir1
; - come back to
file1.ts
and doimport { } from './'
and VS Code does not seefile2.ts
.
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#37939
larssn and mattmccutchen
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue