mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
show names of formatting edits and code actions providers when they block save. also add links that links that open the settings editor for each feature, #90851
This commit is contained in:
@@ -1617,7 +1617,7 @@ export class ExtHostLanguageFeatures implements extHostProtocol.ExtHostLanguageF
|
||||
kind: x.kind.value,
|
||||
command: this._commands.converter.toInternal(x.command, store),
|
||||
}))
|
||||
});
|
||||
}, ExtHostLanguageFeatures._extLabel(extension));
|
||||
store.add(this._createDisposable(handle));
|
||||
return store;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user