Skip to content

Commit 6a3ae21

Browse files
authored
Fix grammar
1 parent 42eb2b6 commit 6a3ae21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packageManager/downloadAndInstallPackages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function downloadAndInstallPackages(packages: AbsolutePathPackage[]
2323
let installationStage = "touchBeginFile";
2424

2525
if (pkg.url === null && pkg.id === "OmniSharp") {
26-
eventStream.post(new InstallationFailure(installationStage, new Error("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(new InstallationFailure(installationStage, new Error("A release package of OmniSharp does not exist for this platform. Set \"omnisharp.path\" to \"latest\" in Settings to use an experimental build.")));
2727
continue;
2828
}
2929

0 commit comments

Comments
 (0)