Skip to content

Commit dc2c8a6

Browse files
author
Calvinn Ng
committed
remove unsupported commands
1 parent 0434db9 commit dc2c8a6

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ahrefs-continue",
33
"icon": "media/a_ahrefs_logo.png",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ahrefs/ahrefs-continue"
@@ -170,31 +170,12 @@
170170
"icon": "$(fullscreen)",
171171
"group": "Ahrefs-Continue"
172172
},
173-
{
174-
"command": "ahrefs-continue.shareSession",
175-
"category": "Ahrefs-Continue",
176-
"title": "Share Session",
177-
"group": "Ahrefs-Continue"
178-
},
179-
{
180-
"command": "ahrefs-continue.selectFilesAsContext",
181-
"category": "Ahrefs-Continue",
182-
"title": "Ahrefs-Continue: Select Files as Context",
183-
"group": "Ahrefs-Continue"
184-
},
185173
{
186174
"command": "ahrefs-continue.newSession",
187175
"category": "Ahrefs-Continue",
188176
"title": "New Session",
189177
"icon": "$(add)",
190178
"group": "Ahrefs-Continue"
191-
},
192-
{
193-
"command": "ahrefs-continue.viewHistory",
194-
"category": "Ahrefs-Continue",
195-
"title": "View History",
196-
"icon": "$(history)",
197-
"group": "Ahrefs-Continue"
198179
}
199180
],
200181
"keybindings": [

0 commit comments

Comments
 (0)