File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ const COMMON_EDITORS_OSX = {
57
57
'/Applications/WebStorm.app/Contents/MacOS/webstorm' :
58
58
'/Applications/WebStorm.app/Contents/MacOS/webstorm' ,
59
59
'/Applications/MacVim.app/Contents/MacOS/MacVim' : 'mvim' ,
60
+ '/Applications/GoLand.app/Contents/MacOS/goland' :
61
+ '/Applications/GoLand.app/Contents/MacOS/goland' ,
60
62
} ;
61
63
62
64
const COMMON_EDITORS_LINUX = {
@@ -72,6 +74,7 @@ const COMMON_EDITORS_LINUX = {
72
74
sublime_text : 'sublime_text' ,
73
75
vim : 'vim' ,
74
76
'webstorm.sh' : 'webstorm' ,
77
+ 'goland.sh' : 'goland' ,
75
78
} ;
76
79
77
80
const COMMON_EDITORS_WIN = [
@@ -93,6 +96,8 @@ const COMMON_EDITORS_WIN = [
93
96
'rubymine64.exe' ,
94
97
'webstorm.exe' ,
95
98
'webstorm64.exe' ,
99
+ 'goland.exe' ,
100
+ 'goland64.exe' ,
96
101
] ;
97
102
98
103
function addWorkspaceToArgumentsIfExists ( args , workspace ) {
@@ -155,6 +160,8 @@ function getArgumentsForLineNumber(
155
160
case 'rubymine64' :
156
161
case 'webstorm' :
157
162
case 'webstorm64' :
163
+ case 'goland' :
164
+ case 'goland64' :
158
165
return addWorkspaceToArgumentsIfExists (
159
166
[ '--line' , lineNumber , fileName ] ,
160
167
workspace
You can’t perform that action at this time.
0 commit comments