Skip to content

Commit cafa009

Browse files
committed
Add HackMD: prefix to commands
1 parent 3f053dd commit cafa009

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,30 +68,30 @@
6868
"commands": [
6969
{
7070
"command": "HackMD.login",
71-
"title": "Login"
71+
"title": "HackMD: Login"
7272
},
7373
{
7474
"command": "HackMD.logout",
75-
"title": "Logout"
75+
"title": "HackMD: Logout"
7676
},
7777
{
7878
"command": "treeView.refreshList",
79-
"title": "Refresh",
79+
"title": "HackMD: Refresh",
8080
"icon": "src/icon/refresh.svg"
8181
},
8282
{
8383
"command": "note.showPreview",
84-
"title": "Show preview",
84+
"title": "HackMD: Show Preview",
8585
"icon": "src/icon/eye.svg"
8686
},
8787
{
8888
"command": "note.showPreviewAndEditor",
89-
"title": "Show preview to side",
89+
"title": "HackMD: Show Preview To Side",
9090
"icon": "src/icon/education.svg"
9191
},
9292
{
9393
"command": "HackMD.createActiveEditorContentToHackMD",
94-
"title": "HackMD: Create active editor Content to HackMD"
94+
"title": "HackMD: Create Active Editor Content To HackMD"
9595
}
9696
],
9797
"menus": {

0 commit comments

Comments
 (0)