Skip to content

Commit

Permalink
Upgrade to vscode-markdown impl of preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tht13 committed Sep 16, 2018
1 parent feca19e commit 885d5cb
Show file tree
Hide file tree
Showing 55 changed files with 9,666 additions and 564 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "compile"
},
{
"name": "Extension Tests",
Expand Down
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Expand Up @@ -4,10 +4,10 @@
"version": "2.0.0",
"tasks": [
{
"label": "compile",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"script": "compile",
"problemMatcher": "$tsc",
"presentation": {
"reveal": "never"
},
Expand Down
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 885d5cb

Please sign in to comment.