-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
TS Issue template filled out by @mjbvz from original report
TypeScript Version: 3.7.3
Repo steps:
- In the VS Code code base
- Open
src/vs/workbench/contrib/codeActions/common/codeActions.contribution.ts
- Wait for JS/TS to finish initializing
- Select the lines:
Registry.as<IConfigurationRegistry>(Extensions.Configuration)
.registerConfiguration(editorConfiguration);
- Run the
move to new file
refactoring
Bug
The newly created file is not part of any project
brieb and danilofuchs
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issue