launch: hide vs code (#15076)

This commit is contained in:
Parth Sareen
2026-03-26 13:52:50 -07:00
committed by GitHub
parent c000afe76c
commit e46b67a6cc
2 changed files with 2 additions and 5 deletions

View File

@@ -60,9 +60,6 @@ var mainMenuItems = []menuItem{
{
integration: "openclaw",
},
{
integration: "vscode",
},
}
var othersMenuItem = menuItem{
@@ -142,7 +139,6 @@ func otherIntegrationItems(state *launch.LauncherState) []menuItem {
"claude": true,
"codex": true,
"openclaw": true,
"vscode": true,
}
var items []menuItem