Merge branch 'master' into joh/menus

This commit is contained in:
Johannes Rieken
2016-06-22 10:25:29 +02:00
89 changed files with 6038 additions and 1904 deletions

View File

@@ -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"
}
}