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",
|
"./mono.osx",
|
||||||
"./run"
|
"./run"
|
||||||
],
|
],
|
||||||
"installTestPath": "./.omnisharp/mono.osx",
|
"installTestPath": "./.omnisharp/run",
|
||||||
"platformId": "osx"
|
"platformId": "osx"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
"./mono.linux-x86",
|
"./mono.linux-x86",
|
||||||
"./run"
|
"./run"
|
||||||
],
|
],
|
||||||
"installTestPath": "./.omnisharp/mono.linux-x86",
|
"installTestPath": "./.omnisharp/run",
|
||||||
"platformId": "linux-x86"
|
"platformId": "linux-x86"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -219,7 +219,7 @@
|
||||||
"./mono.linux-x86_64",
|
"./mono.linux-x86_64",
|
||||||
"./run"
|
"./run"
|
||||||
],
|
],
|
||||||
"installTestPath": "./.omnisharp/mono.linux-x86_64",
|
"installTestPath": "./.omnisharp/run",
|
||||||
"platformId": "linux-x64"
|
"platformId": "linux-x64"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче