Skip to content

Commit c058568

Browse files
bobbrowsean-mcmanus
authored andcommitted
rename the property again (#12233)
* rename the property again * fail
1 parent 8809e69 commit c058568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,8 +2001,8 @@ export class DefaultClient implements Client {
20012001
}
20022002
try {
20032003
DefaultClient.isStarted.reset();
2004-
const status = await this.provideCustomConfigurationAsync(docUri, requestFile, replaceExisting, provider);
2005-
telemetry.logLanguageServerEvent('provideCustomConfiguration', { providerId, status });
2004+
const resultCode = await this.provideCustomConfigurationAsync(docUri, requestFile, replaceExisting, provider);
2005+
telemetry.logLanguageServerEvent('provideCustomConfiguration', { providerId, resultCode });
20062006
} finally {
20072007
onFinished();
20082008
DefaultClient.isStarted.resolve();

0 commit comments

Comments
 (0)