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 @@ -60,6 +60,8 @@ const COMMON_EDITORS_OSX = {
60
60
'/Applications/MacVim.app/Contents/MacOS/MacVim' : 'mvim' ,
61
61
'/Applications/GoLand.app/Contents/MacOS/goland' :
62
62
'/Applications/GoLand.app/Contents/MacOS/goland' ,
63
+ '/Applications/Rider.app/Contents/MacOS/rider' :
64
+ '/Applications/Rider.app/Contents/MacOS/rider' ,
63
65
} ;
64
66
65
67
const COMMON_EDITORS_LINUX = {
@@ -78,6 +80,7 @@ const COMMON_EDITORS_LINUX = {
78
80
vim : 'vim' ,
79
81
'webstorm.sh' : 'webstorm' ,
80
82
'goland.sh' : 'goland' ,
83
+ 'rider.sh' : 'rider' ,
81
84
} ;
82
85
83
86
const COMMON_EDITORS_WIN = [
@@ -102,6 +105,8 @@ const COMMON_EDITORS_WIN = [
102
105
'webstorm64.exe' ,
103
106
'goland.exe' ,
104
107
'goland64.exe' ,
108
+ 'rider.exe' ,
109
+ 'rider64.exe' ,
105
110
] ;
106
111
107
112
// Transpiled version of: /^([A-Za-z]:[/\\])?[\p{L}0-9/.\-_\\]+$/u
@@ -174,6 +179,8 @@ function getArgumentsForLineNumber(
174
179
case 'webstorm64' :
175
180
case 'goland' :
176
181
case 'goland64' :
182
+ case 'rider' :
183
+ case 'rider64' :
177
184
return addWorkspaceToArgumentsIfExists (
178
185
[ '--line' , lineNumber , fileName ] ,
179
186
workspace
You can’t perform that action at this time.
0 commit comments