We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abd6bd commit 98c4720Copy full SHA for 98c4720
2 files changed
README.md
@@ -24,6 +24,7 @@
24
25
<p align="center">
26
Extensions:
27
+ <a href="https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant">VS Code</a> |
28
<a href="https://www.raycast.com/antonreshetov/masscode">Raycast</a> |
29
<a href="https://github.com/massCodeIO/assistant-alfred">Alfred</a>
30
</p>
src/main/menu/main.ts
@@ -143,6 +143,14 @@ const helpMenu: MenuItemConstructorOptions[] = [
143
{
144
type: 'separator'
145
},
146
+ {
147
+ label: 'VS Code Extension',
148
+ click: () => {
149
+ shell.openExternal(
150
+ 'https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant'
151
+ )
152
+ }
153
+ },
154
155
label: 'Raycast Extension',
156
click: () => {
0 commit comments