mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Merge branch 'master' into joh/menus
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "Markdown for VS Code",
|
||||
"version": "0.2.0",
|
||||
"publisher": "Microsoft",
|
||||
"aiKey":"AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"engines": {
|
||||
"vscode": "^1.0.0"
|
||||
},
|
||||
@@ -13,7 +14,8 @@
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:markdown.showPreview",
|
||||
"onCommand:markdown.showPreviewToSide"
|
||||
"onCommand:markdown.showPreviewToSide",
|
||||
"onCommand:markdown.showSource"
|
||||
],
|
||||
"contributes": {
|
||||
"languages": [
|
||||
@@ -53,7 +55,7 @@
|
||||
},
|
||||
{
|
||||
"command": "markdown.showSource",
|
||||
"title": "%markdown.previewMarkdown.title%",
|
||||
"title": "%markdown.showSource.title%",
|
||||
"category": "%markdown.category%",
|
||||
"icon": {
|
||||
"light": "./media/ViewSource.svg",
|
||||
@@ -103,6 +105,7 @@
|
||||
"dependencies": {
|
||||
"highlight.js": "^9.3.0",
|
||||
"markdown-it": "^6.0.1",
|
||||
"markdown-it-named-headers": "0.0.4"
|
||||
"markdown-it-named-headers": "0.0.4",
|
||||
"vscode-extension-telemetry": "^0.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user