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 64c1327 commit 350c1c3Copy full SHA for 350c1c3
Extension/src/LanguageServer/client.ts
@@ -1892,8 +1892,8 @@ export class DefaultClient implements Client {
1892
return null;
1893
}
1894
};
1895
- const configs: SourceFileConfigurationItem[] | null | undefined = await this.callTaskWithTimeout(provideConfigurationAsync, configProviderTimeout, tokenSource);
1896
try {
+ const configs: SourceFileConfigurationItem[] | null | undefined = await this.callTaskWithTimeout(provideConfigurationAsync, configProviderTimeout, tokenSource);
1897
if (configs && configs.length > 0) {
1898
this.sendCustomConfigurations(configs, provider.version);
1899
0 commit comments