mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
They no longer use "Visual"
This commit is contained in:
parent
308ceef00e
commit
9e17ca3122
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export enum ExternalEditor {
|
|||
Brackets = 'Brackets',
|
||||
WebStorm = 'WebStorm',
|
||||
Typora = 'Typora',
|
||||
SlickEdit = 'Visual SlickEdit',
|
||||
SlickEdit = 'SlickEdit',
|
||||
}
|
||||
|
||||
export function parse(label: string): ExternalEditor | null {
|
||||
|
|
|
@ -9,7 +9,7 @@ export enum ExternalEditor {
|
|||
VisualStudioCodeInsiders = 'Visual Studio Code (Insiders)',
|
||||
SublimeText = 'Sublime Text',
|
||||
Typora = 'Typora',
|
||||
SlickEdit = 'Visual SlickEdit',
|
||||
SlickEdit = 'SlickEdit',
|
||||
}
|
||||
|
||||
export function parse(label: string): ExternalEditor | null {
|
||||
|
|
Loading…
Reference in a new issue