You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/packageManager/downloadAndInstallPackages.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ export async function downloadAndInstallPackages(packages: AbsolutePathPackage[]
23
23
letinstallationStage="touchBeginFile";
24
24
25
25
if(pkg.url===null&&pkg.id==="OmniSharp"){
26
-
eventStream.post(newInstallationFailure(installationStage,newError("A release package of OmniSharp does not exist for this platform. To use a experimental build set \"omnisharp.path\" to \"latest\" in Settings and restart.")));
26
+
eventStream.post(newInstallationFailure(installationStage,newError("A release package of OmniSharp does not exist for this platform. Set \"omnisharp.path\" to \"latest\" in Settings to use an experimental build.")));
0 commit comments