File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ const COMMON_EDITORS_OSX = {
40
40
'/Applications/Visual Studio Code.app/Contents/MacOS/Electron' : 'code' ,
41
41
'/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron' :
42
42
'code-insiders' ,
43
+ '/Applications/VSCodium.app/Contents/MacOS/Electron' : 'vscodium' ,
43
44
'/Applications/AppCode.app/Contents/MacOS/appcode' :
44
45
'/Applications/AppCode.app/Contents/MacOS/appcode' ,
45
46
'/Applications/CLion.app/Contents/MacOS/clion' :
@@ -66,6 +67,7 @@ const COMMON_EDITORS_LINUX = {
66
67
Brackets : 'brackets' ,
67
68
code : 'code' ,
68
69
'code-insiders' : 'code-insiders' ,
70
+ vscodium : 'vscodium' ,
69
71
emacs : 'emacs' ,
70
72
gvim : 'gvim' ,
71
73
'idea.sh' : 'idea' ,
@@ -82,6 +84,7 @@ const COMMON_EDITORS_WIN = [
82
84
'Brackets.exe' ,
83
85
'Code.exe' ,
84
86
'Code - Insiders.exe' ,
87
+ 'VSCodium.exe' ,
85
88
'atom.exe' ,
86
89
'sublime_text.exe' ,
87
90
'notepad++.exe' ,
@@ -150,6 +153,8 @@ function getArgumentsForLineNumber(
150
153
case 'Code' :
151
154
case 'code-insiders' :
152
155
case 'Code - Insiders' :
156
+ case 'vscodium' :
157
+ case 'VSCodium' :
153
158
return addWorkspaceToArgumentsIfExists (
154
159
[ '-g' , fileName + ':' + lineNumber + ':' + colNumber ] ,
155
160
workspace
You can’t perform that action at this time.
0 commit comments