Skip to content

Commit 98c4720

Browse files
committed
feat(main: menu): add VS Code extension link
1 parent 4abd6bd commit 98c4720

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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>

src/main/menu/main.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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: () => {

0 commit comments

Comments
 (0)