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:
Johannes Rieken
2020-02-21 15:35:01 +01:00
parent df403aa082
commit 8b95561098
13 changed files with 80 additions and 42 deletions

View File

@@ -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;
}