Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e95e41

Browse files
authored
The user settings were not considered when querying the active configuration provider (microsoft#2485)
1 parent86ce6c6 commit9e95e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Extension/src/LanguageServer/client.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class DefaultClient implements Client {
553553
}
554554

555555
publicgetCustomConfigurationProviderId():Thenable<string|undefined>{
556-
returnthis.queueTask(()=>Promise.resolve(this.configuration.CurrentConfiguration.configurationProvider));
556+
returnthis.queueTask(()=>Promise.resolve(this.configuration.CurrentConfigurationProvider));
557557
}
558558

559559
publicgetCurrentConfigName():Thenable<string>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp