Skip to content

Commit 8f9e97e

Browse files
authored
Merge branch 'main' into seanmcm/1_27_4_changelog
2 parents c44f580 + 293e77a commit 8f9e97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/src/LanguageServer/clientCollection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class ClientCollection {
121121
const client: cpptools.Client = pair[1];
122122

123123
const newClient: cpptools.Client = this.createClient(client.RootFolder, true);
124+
await newClient.ready;
124125
for (const document of client.TrackedDocuments.values()) {
125126
this.transferOwnership(document, client);
126127
await newClient.sendDidOpen(document);

0 commit comments

Comments
 (0)