Merge pull request #2256 from akshita31/package_json_change
Check for run script instead of mono run time
This commit is contained in:
Коммит
81df57cff1
|
@ -182,7 +182,7 @@
|
|||
"./mono.osx",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/mono.osx",
|
||||
"installTestPath": "./.omnisharp/run",
|
||||
"platformId": "osx"
|
||||
},
|
||||
{
|
||||
|
@ -201,7 +201,7 @@
|
|||
"./mono.linux-x86",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/mono.linux-x86",
|
||||
"installTestPath": "./.omnisharp/run",
|
||||
"platformId": "linux-x86"
|
||||
},
|
||||
{
|
||||
|
@ -219,7 +219,7 @@
|
|||
"./mono.linux-x86_64",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/mono.linux-x86_64",
|
||||
"installTestPath": "./.omnisharp/run",
|
||||
"platformId": "linux-x64"
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче