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 c77712b commit 293e77aCopy full SHA for 293e77a
Extension/src/LanguageServer/clientCollection.ts
@@ -121,6 +121,7 @@ export class ClientCollection {
121
const client: cpptools.Client = pair[1];
122
123
const newClient: cpptools.Client = this.createClient(client.RootFolder, true);
124
+ await newClient.ready;
125
for (const document of client.TrackedDocuments.values()) {
126
this.transferOwnership(document, client);
127
await newClient.sendDidOpen(document);
0 commit comments