feat: add VSCodium editor support (#2299)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Pyush Sinha
2025-06-28 10:44:31 -07:00
committed by GitHub
parent 0d51e4b4b7
commit 3518ff7663
3 changed files with 32 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ export interface EditorDisplay {
export const EDITOR_DISPLAY_NAMES: Record<EditorType, string> = {
zed: 'Zed',
vscode: 'VS Code',
vscodium: 'VSCodium',
windsurf: 'Windsurf',
cursor: 'Cursor',
vim: 'Vim',
@@ -31,6 +32,7 @@ class EditorSettingsManager {
const editorTypes: EditorType[] = [
'zed',
'vscode',
'vscodium',
'windsurf',
'cursor',
'vim',