mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Refactors the inline completion feature.
This commit is contained in:
@@ -505,7 +505,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
|
||||
return this._proxy.$provideInlineCompletions(handle, model.uri, position, context, token);
|
||||
}
|
||||
};
|
||||
this._registrations.set(handle, modes.InlineSuggestionsProviderRegistry.register(selector, provider));
|
||||
this._registrations.set(handle, modes.InlineCompletionsProviderRegistry.register(selector, provider));
|
||||
}
|
||||
|
||||
// --- parameter hints
|
||||
|
||||
Reference in New Issue
Block a user