Closed
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