mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Change JetBrains IDE statuses from Beta to Stable (#63073)
This commit is contained in:
parent
c5c8db6205
commit
b1cbbc82e5
@ -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,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user