mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Set a read-only message from an extension (#185216)
* wip * Allow extensions to provide a readonly message Part of #166971 * Address feedback * Further address feedback * Fix some nits * Add test * Improve tests and respond to feedback * Don't render editor.readOnlyMessage in the settings UI * No need to validate the IMarkdownString --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com> Co-authored-by: Alex Dima <alexdima@microsoft.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"notebookMime",
|
||||
"portsAttributes",
|
||||
"quickPickSortByLabel",
|
||||
"readonlyMessage",
|
||||
"resolvers",
|
||||
"saveEditor",
|
||||
"scmActionButton",
|
||||
|
||||
Reference in New Issue
Block a user