mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
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:
parent
0d51e4b4b7
commit
3518ff7663
3 changed files with 32 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue