mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 21:54:08 +02:00
launch: hide vs code (#15076)
This commit is contained in:
@@ -33,7 +33,7 @@ type IntegrationInfo struct {
|
||||
Description string
|
||||
}
|
||||
|
||||
var launcherIntegrationOrder = []string{"vscode", "opencode", "droid", "pi", "cline"}
|
||||
var launcherIntegrationOrder = []string{"opencode", "droid", "pi", "cline"}
|
||||
|
||||
var integrationSpecs = []*IntegrationSpec{
|
||||
{
|
||||
@@ -136,6 +136,7 @@ var integrationSpecs = []*IntegrationSpec{
|
||||
Runner: &VSCode{},
|
||||
Aliases: []string{"code"},
|
||||
Description: "Microsoft's open-source AI code editor",
|
||||
Hidden: true,
|
||||
Install: IntegrationInstallSpec{
|
||||
CheckInstalled: func() bool {
|
||||
return (&VSCode{}).findBinary() != ""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user