Skip to content

Commit eb6149f

Browse files
committed
update name
1 parent d2d39fc commit eb6149f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codenotes",
2+
"name": "solenodontelabs_codenotes",
33
"displayName": "Code Notes",
44
"sponsor": {
55
"url": "https://github.com/sponsors/kyonru"
@@ -22,14 +22,14 @@
2222
"viewsContainers": {
2323
"activitybar": [
2424
{
25-
"id": "codenotes",
25+
"id": "solenodontelabs_codenotes",
2626
"title": "Code Notes",
2727
"icon": "$(notebook)"
2828
}
2929
]
3030
},
3131
"views": {
32-
"codenotes": [
32+
"solenodontelabs_codenotes": [
3333
{
3434
"id": "codeNotesView",
3535
"name": ""
@@ -38,81 +38,81 @@
3838
},
3939
"commands": [
4040
{
41-
"command": "codenotes.createNote",
41+
"command": "solenodontelabs_codenotes.createNote",
4242
"title": "Code Notes: Create Note",
4343
"icon": "$(new-file)"
4444
},
4545
{
46-
"command": "codenotes.selectNote",
46+
"command": "solenodontelabs_codenotes.selectNote",
4747
"title": "Code Notes: Select Note"
4848
},
4949
{
50-
"command": "codenotes.addReference",
50+
"command": "solenodontelabs_codenotes.addReference",
5151
"title": "Code Notes: Add Reference"
5252
},
5353
{
54-
"command": "codenotes.goToReference",
54+
"command": "solenodontelabs_codenotes.goToReference",
5555
"title": "Code Notes: Go to Reference"
5656
},
5757
{
58-
"command": "codenotes.viewNote",
58+
"command": "solenodontelabs_codenotes.viewNote",
5959
"title": "Code Notes: View Note",
6060
"icon": "$(open-preview)"
6161
},
6262
{
63-
"command": "codenotes.openNotesDir",
63+
"command": "solenodontelabs_codenotes.openNotesDir",
6464
"title": "Code Notes: Open Notes Directory",
6565
"icon": "$(folder)"
6666
},
6767
{
68-
"command": "codenotes.deleteNote",
68+
"command": "solenodontelabs_codenotes.deleteNote",
6969
"title": "Code Notes: Delete Note",
7070
"icon": "$(trash)"
7171
},
7272
{
73-
"command": "codenotes.refreshTree",
73+
"command": "solenodontelabs_codenotes.refreshTree",
7474
"title": "Code Notes: Refresh Tree",
7575
"icon": "$(refresh)"
7676
},
7777
{
78-
"command": "codenotes.openNoteFromTree",
78+
"command": "solenodontelabs_codenotes.openNoteFromTree",
7979
"title": "Code Notes: Open Note from Tree",
8080
"icon": "$(open-preview)"
8181
},
8282
{
83-
"command": "codenotes.viewNoteAt",
83+
"command": "solenodontelabs_codenotes.viewNoteAt",
8484
"title": "Code Notes: View Note at"
8585
}
8686
],
8787
"menus": {
8888
"view/title": [
8989
{
90-
"command": "codenotes.refreshTree",
90+
"command": "solenodontelabs_codenotes.refreshTree",
9191
"when": "view == codeNotesView",
9292
"title": "Refresh",
9393
"group": "navigation"
9494
},
9595
{
96-
"command": "codenotes.createNote",
96+
"command": "solenodontelabs_codenotes.createNote",
9797
"title": "New Note",
9898
"when": "view == codeNotesView",
9999
"group": "navigation"
100100
},
101101
{
102-
"command": "codenotes.openNotesDir",
102+
"command": "solenodontelabs_codenotes.openNotesDir",
103103
"title": "Open Notes Directory",
104104
"when": "view == codeNotesView",
105105
"group": "navigation"
106106
}
107107
],
108108
"view/item/context": [
109109
{
110-
"command": "codenotes.openNoteFromTree",
110+
"command": "solenodontelabs_codenotes.openNoteFromTree",
111111
"when": "view == codeNotesView && viewItem == note",
112112
"group": "inline"
113113
},
114114
{
115-
"command": "codenotes.deleteNote",
115+
"command": "solenodontelabs_codenotes.deleteNote",
116116
"when": "view == codeNotesView && viewItem == note",
117117
"group": "inline"
118118
}

0 commit comments

Comments
 (0)