Show markdown security command in command palette when inside markdown preview

This commit is contained in:
Matt Bierner 2017-10-24 11:17:36 -07:00
parent 2b717c655b
commit 837d66fcf0

View file

@ -177,6 +177,10 @@
{
"command": "markdown.showPreviewSecuritySelector",
"when": "editorLangId == markdown"
},
{
"command": "markdown.showPreviewSecuritySelector",
"when": "resourceScheme == markdown"
}
]
},