Skip to content

Bug: intellisense does not see new files. #20023

Closed
@mjbvz

Description

@mjbvz

From @KostyaTretyak on November 9, 2017 12:49

  • VSCode Version: 1.18.0
  • OS Version: Ubuntu 16.04

Steps to Reproduce:

  1. open empty folder with VS Code;
  2. add empty tsconfig.json file in the root;
  3. add empty dir1 folder in the root;
  4. add file1.ts and file2.ts into dir1;
  5. come back to file1.ts and do import { } from './' and VS Code does not see file2.ts.

Reproduces without extensions: Yes

Screen shot:
screenshot from 2017-11-09 22-51-42

Copied from original issue: microsoft/vscode#37939

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions