File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2424
2525<p align =" center " >
2626 Extensions:
27+ <a href =" https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant " >VS Code</a > |
2728 <a href =" https://www.raycast.com/antonreshetov/masscode " >Raycast</a > |
2829 <a href =" https://github.com/massCodeIO/assistant-alfred " >Alfred</a >
2930</p >
Original file line number Diff line number Diff line change @@ -143,6 +143,14 @@ const helpMenu: MenuItemConstructorOptions[] = [
143143 {
144144 type : 'separator'
145145 } ,
146+ {
147+ label : 'VS Code Extension' ,
148+ click : ( ) => {
149+ shell . openExternal (
150+ 'https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant'
151+ )
152+ }
153+ } ,
146154 {
147155 label : 'Raycast Extension' ,
148156 click : ( ) => {
You can’t perform that action at this time.
0 commit comments