editor names (FSF -> GNU, fix capitalization of JetBrains) (#58981)

This commit is contained in:
Quinn Slack 2023-12-14 09:08:30 +00:00 committed by GitHub
parent 6637b34548
commit afa86eb401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ export const editorGroups: IEditor[][] = [
{
icon: 'PyCharm',
name: 'PyCharm',
publisher: 'Jetbrains',
publisher: 'JetBrains',
releaseStage: 'Beta',
docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains',
instructions: JetBrainsInstructions,
@ -108,7 +108,7 @@ export const editorGroups: IEditor[][] = [
{
icon: 'Emacs',
name: 'Emacs',
publisher: 'Free Software Foundation',
publisher: 'GNU',
releaseStage: 'Coming Soon',
},
],