mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
tagCompletion -> tagClosing
This commit is contained in:
@@ -91,7 +91,7 @@ export default class LanguageProvider {
|
||||
this.disposables.push((await import('./features/referencesCodeLens')).register(selector, this.description.id, this.client, cachedResponse));
|
||||
this.disposables.push((await import('./features/rename')).register(selector, this.client));
|
||||
this.disposables.push((await import('./features/signatureHelp')).register(selector, this.client));
|
||||
this.disposables.push((await import('./features/tagCompletion')).register(selector, this.description.id, this.client));
|
||||
this.disposables.push((await import('./features/tagClosing')).register(selector, this.description.id, this.client));
|
||||
this.disposables.push((await import('./features/typeDefinitions')).register(selector, this.client));
|
||||
this.disposables.push((await import('./features/workspaceSymbols')).register(this.client, this.description.modeIds));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user