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 72ea4d5 commit 27f9fafCopy full SHA for 27f9faf
Extension/src/LanguageServer/client.ts
@@ -1924,7 +1924,7 @@ export class DefaultClient implements Client {
1924
hasCompleted = true;
1925
this.sendCustomBrowseConfiguration(null, undefined, Version.v0, true);
1926
if (currentProvider.version >= Version.v2) {
1927
- console.warn("Configuration Provider timed out in {0}ms.", configProviderTimeout);
+ console.warn(`Configuration Provider timed out in ${configProviderTimeout}ms.`);
1928
void this.resumeParsing().catch(logAndReturn.undefined);
1929
}
1930
0 commit comments