Skip to content

VS Code Does Not Recognize TSConfig Settings in SubDirectory #114060

@SamOhrenberg

Description

@SamOhrenberg
  • VSCode Version: 1.52.1
  • OS Version: Windows x64 10.0.19041

Steps to Reproduce:

  1. Create tsconfig.json under subdirectory (in my case, a new folder in the root of the project called "config")
  2. Add values to the tsconfig (for example, "experimentalDecorators": true and values under "paths")
  3. Create a typescript file in the src/ directory
  4. Errors should pop up saying "Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning."

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

typescriptTypescript support issuesupstream-issue-linkedThis is an upstream issue that has been reported upstream

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions