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
TS Issue template filled out by @mjbvz from original report
TypeScript Version: 3.7.3
Repo steps:
src/vs/workbench/contrib/codeActions/common/codeActions.contribution.tsmove to new filerefactoringBug
The newly created file is not part of any project