Skip to content

Commit 81df57c

Browse files
authored
Merge pull request #2256 from akshita31/package_json_change
Check for run script instead of mono run time
2 parents 84d42ae + f49a9e6 commit 81df57c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"./mono.osx",
183183
"./run"
184184
],
185-
"installTestPath": "./.omnisharp/mono.osx",
185+
"installTestPath": "./.omnisharp/run",
186186
"platformId": "osx"
187187
},
188188
{
@@ -201,7 +201,7 @@
201201
"./mono.linux-x86",
202202
"./run"
203203
],
204-
"installTestPath": "./.omnisharp/mono.linux-x86",
204+
"installTestPath": "./.omnisharp/run",
205205
"platformId": "linux-x86"
206206
},
207207
{
@@ -219,7 +219,7 @@
219219
"./mono.linux-x86_64",
220220
"./run"
221221
],
222-
"installTestPath": "./.omnisharp/mono.linux-x86_64",
222+
"installTestPath": "./.omnisharp/run",
223223
"platformId": "linux-x64"
224224
},
225225
{

0 commit comments

Comments
 (0)