Merge pull request #77151 from connor4312/feat/markdown-render-command

feat(markdown): add render command (fixes #75612)
This commit is contained in:
Matt Bierner
2019-08-20 11:23:47 -07:00
committed by GitHub
6 changed files with 81 additions and 9 deletions

View File

@@ -24,6 +24,7 @@
"onCommand:markdown.showLockedPreviewToSide",
"onCommand:markdown.showSource",
"onCommand:markdown.showPreviewSecuritySelector",
"onCommand:markdown.render",
"onWebviewPanel:markdown.preview"
],
"contributes": {
@@ -328,4 +329,4 @@
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10"
}
}
}