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 8e98e74 commit 4e20ea5Copy full SHA for 4e20ea5
src/vs/workbench/contrib/preferences/browser/preferencesActions.ts
@@ -23,7 +23,7 @@ export class ConfigureLanguageBasedSettingsAction extends Action {
23
@IModelService private readonly modelService: IModelService,
24
@ILanguageService private readonly languageService: ILanguageService,
25
@IQuickInputService private readonly quickInputService: IQuickInputService,
26
- @IPreferencesService private readonly preferencesService: IPreferencesService,
+ @IPreferencesService private readonly preferencesService: IPreferencesService
27
) {
28
super(id, label);
29
}
0 commit comments