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 c2fa551 commit 65e27bcCopy full SHA for 65e27bc
src/lsptoolshost/roslynLanguageServer.ts
@@ -556,7 +556,7 @@ export class RoslynLanguageServer {
556
557
// Timeout promise used to time out the connection process if it takes too long.
558
const timeout = new Promise<undefined>((resolve) => {
559
- RAL().timer.setTimeout(resolve, 10000);
+ RAL().timer.setTimeout(resolve, 30000);
560
});
561
562
// The server process will create the named pipe used for communcation. Wait for it to be created,
0 commit comments