mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
foldering -> folding
This commit is contained in:
@@ -154,7 +154,7 @@ export default class LanguageProvider {
|
||||
let enable = workspace.getConfiguration().get(foldingSetting, false);
|
||||
if (enable && this.client.apiVersion.has280Features()) {
|
||||
if (!this.foldingProviderRegistration) {
|
||||
this.foldingProviderRegistration = languages.registerFoldingProvider(this.documentSelector, new (await import('./features/folderingProvider')).default(this.client));
|
||||
this.foldingProviderRegistration = languages.registerFoldingProvider(this.documentSelector, new (await import('./features/foldingProvider')).default(this.client));
|
||||
}
|
||||
} else {
|
||||
if (this.foldingProviderRegistration) {
|
||||
|
||||
Reference in New Issue
Block a user