mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 22:59:48 +01:00
replace InlineValuesProviderRegistry with service property
This commit is contained in:
@@ -279,7 +279,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
|
||||
provider.onDidChangeInlineValues = emitter.event;
|
||||
}
|
||||
|
||||
this._registrations.set(handle, modes.InlineValuesProviderRegistry.register(selector, provider));
|
||||
this._registrations.set(handle, this._languageFeaturesService.inlineValuesProvider.register(selector, provider));
|
||||
}
|
||||
|
||||
$emitInlineValuesEvent(eventHandle: number, event?: any): void {
|
||||
|
||||
Reference in New Issue
Block a user