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