File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ export class CodeActionsContribution extends Disposable implements IWorkbenchCon
132
132
this . _onDidChangeSchemaContributions . fire ( ) ;
133
133
} ) ) ;
134
134
135
- keybindingService . registerSchemaContribution ( {
135
+ this . _register ( keybindingService . registerSchemaContribution ( {
136
136
getSchemaAdditions : ( ) => this . getKeybindingSchemaAdditions ( ) ,
137
137
onDidChange : this . _onDidChangeSchemaContributions . event ,
138
- } ) ;
138
+ } ) ) ;
139
139
}
140
140
141
141
private getAllProvidedCodeActionKinds ( ) : Array < HierarchicalKind > {
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ export class DropOrPasteSchemaContribution extends Disposable implements IWorkbe
86
86
this . _onDidChangeSchemaContributions . fire ( ) ;
87
87
} ) ) ;
88
88
89
- keybindingService . registerSchemaContribution ( {
89
+ this . _register ( keybindingService . registerSchemaContribution ( {
90
90
getSchemaAdditions : ( ) => this . getKeybindingSchemaAdditions ( ) ,
91
91
onDidChange : this . _onDidChangeSchemaContributions . event ,
92
- } ) ;
92
+ } ) ) ;
93
93
}
94
94
95
95
private updateProvidedKinds ( ) : void {
You can’t perform that action at this time.
0 commit comments