Skip to content

Commit 4609d90

Browse files
author
William Kent
committed
Use a more descriptive error string
1 parent 1c95673 commit 4609d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export class StdioOmnisharpServer extends OmnisharpServer {
543543
listener.dispose();
544544
}
545545

546-
reject(new Error('Failed to start OmniSharp'));
546+
reject(new Error("OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute)."));
547547
}, timeoutDuration);
548548

549549
// handle started-event

0 commit comments

Comments
 (0)