mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -29,12 +29,14 @@
|
||||
"onWebviewPanel:markdown.preview",
|
||||
"onCustomEditor:vscode.markdown.preview.editor"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "%workspaceTrust%",
|
||||
"requiredForConfigurations": [
|
||||
"markdown.styles"
|
||||
]
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": "limited",
|
||||
"description": "%workspaceTrust%",
|
||||
"restrictedConfigurations": [
|
||||
"markdown.styles"
|
||||
]
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"notebookMarkdownRenderer": [
|
||||
|
||||
Reference in New Issue
Block a user