mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +00:00
@@ -135,7 +135,7 @@ const Extract_Interface = Object.freeze<CodeActionKind>({
|
||||
});
|
||||
|
||||
const Move_NewFile = Object.freeze<CodeActionKind>({
|
||||
kind: vscode.CodeActionKind.Refactor.append('move').append('newFile'),
|
||||
kind: vscode.CodeActionKind.RefactorMove.append('newFile'),
|
||||
matches: refactor => refactor.name.startsWith('Move to a new file')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user