Skip to content

Newly created files don't belong to ts-project #35794

@jrieken

Description

@jrieken

TS Issue template filled out by @mjbvz from original report

TypeScript Version: 3.7.3

Repo steps:

  1. In the VS Code code base
  2. Open src/vs/workbench/contrib/codeActions/common/codeActions.contribution.ts
  3. Wait for JS/TS to finish initializing
  4. Select the lines:
Registry.as<IConfigurationRegistry>(Extensions.Configuration)
	.registerConfiguration(editorConfiguration);
  1. Run the move to new file refactoring

Bug
The newly created file is not part of any project

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFix AvailableA PR has been opened for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions