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 and file2.ts into dir1;
- come back to
file1.ts and do import { } from './' and VS Code does not see file2.ts.
Reproduces without extensions: Yes
Screen shot:

Copied from original issue: microsoft/vscode#37939