mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
update names
This commit is contained in:
@@ -57,7 +57,7 @@ class UpdateImportsOnFileRenameHandler extends Disposable {
|
||||
) {
|
||||
super();
|
||||
|
||||
this._register(vscode.workspace.onDidExecuteRenameFile(async (e) => {
|
||||
this._register(vscode.workspace.onDidRenameFiles(async (e) => {
|
||||
const [{ newUri, oldUri }] = e.renamed;
|
||||
const newFilePath = this.client.toPath(newUri);
|
||||
if (!newFilePath) {
|
||||
|
||||
Reference in New Issue
Block a user