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 db61a69 commit 923ecfaCopy full SHA for 923ecfa
Extension/src/LanguageServer/extension.ts
@@ -1376,5 +1376,6 @@ export async function preReleaseCheck(): Promise<void> {
1376
}
1377
1378
export async function getIncludes(maxDepth: number): Promise<any> {
1379
- return clients.ActiveClient.getIncludes(maxDepth);
+ const includes = await clients.ActiveClient.getIncludes(maxDepth);
1380
+ return includes;
1381
0 commit comments