From b1cbbc82e5763b94a355ffbce8fd204dc12a8991 Mon Sep 17 00:00:00 2001 From: David Veszelovszki Date: Tue, 4 Jun 2024 18:55:34 +0200 Subject: [PATCH] Change JetBrains IDE statuses from Beta to Stable (#63073) --- client/web/src/cody/editorGroups.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/web/src/cody/editorGroups.ts b/client/web/src/cody/editorGroups.ts index 2ca13c229e3..2827a0cc4a6 100644 --- a/client/web/src/cody/editorGroups.ts +++ b/client/web/src/cody/editorGroups.ts @@ -19,7 +19,7 @@ export const editorGroups: IEditor[][] = [ icon: 'IntelliJ', name: 'IntelliJ IDEA', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -28,7 +28,7 @@ export const editorGroups: IEditor[][] = [ icon: 'PhpStorm', name: 'PhpStorm ', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -37,7 +37,7 @@ export const editorGroups: IEditor[][] = [ icon: 'PyCharm', name: 'PyCharm', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -48,7 +48,7 @@ export const editorGroups: IEditor[][] = [ icon: 'WebStorm', name: 'WebStorm', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -57,7 +57,7 @@ export const editorGroups: IEditor[][] = [ icon: 'RubyMine', name: 'RubyMine', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -66,7 +66,7 @@ export const editorGroups: IEditor[][] = [ icon: 'GoLand', name: 'GoLand', publisher: 'JetBrains', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, }, @@ -75,7 +75,7 @@ export const editorGroups: IEditor[][] = [ icon: 'AndroidStudio', name: 'Android Studio', publisher: 'Google', - releaseStage: 'Beta', + releaseStage: 'Stable', docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains', instructions: JetBrainsInstructions, },