We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4609d90 commit 986a430Copy full SHA for 986a430
src/omnisharp/server.ts
@@ -534,7 +534,7 @@ export class StdioOmnisharpServer extends OmnisharpServer {
534
const p = new Promise<void>((resolve, reject) => {
535
let listener: vscode.Disposable;
536
537
- // Convert the timeout from the seconds to microseconds, which is required by setTimeout().
+ // Convert the timeout from the seconds to milliseconds, which is required by setTimeout().
538
const timeoutDuration = this._options.projectLoadTimeout * 1000
539
540
// timeout logic
0 commit comments