mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Update description
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user