Update description

This commit is contained in:
Peng Lyu
2019-03-07 09:59:40 -08:00
parent 204f2f2a64
commit 60d04fcd20
5 changed files with 10 additions and 10 deletions

View File

@ -18,11 +18,11 @@
"contributes": {
"commands": [
{
"command": "comment.createComment",
"command": "mywiki.createNote",
"title": "Comment API: Create a comment thread"
},
{
"command": "comment.replyComment",
"command": "mywiki.createComment",
"title": "Comment API: Reply to a comment thread"
}
]