mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -65,7 +65,7 @@ class UpdateLinksOnFileRenameHandler extends Disposable {
|
||||
|
||||
const result = await this._getEditsForFileRename(renames, noopToken);
|
||||
|
||||
if (result && result.edit.size) {
|
||||
if (result?.edit.size) {
|
||||
if (await this._confirmActionWithUser(result.resourcesBeingRenamed)) {
|
||||
await vscode.workspace.applyEdit(result.edit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user