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 @@ -126,7 +126,7 @@ workbenchRegistry.registerWorkbenchContribution(EditorAccessibilityHelpContribut
126
126
127
127
128
128
129
- class HoverAccessibileViewContribution extends Disposable {
129
+ class HoverAccessibleViewContribution extends Disposable {
130
130
static ID : 'hoverAccessibleViewContribution' ;
131
131
constructor ( ) {
132
132
super ( ) ;
@@ -163,5 +163,5 @@ class HoverAccessibileViewContribution extends Disposable {
163
163
}
164
164
165
165
const workbenchContributionsRegistry = Registry . as < IWorkbenchContributionsRegistry > ( WorkbenchExtensions . Workbench ) ;
166
- workbenchContributionsRegistry . registerWorkbenchContribution ( HoverAccessibileViewContribution , LifecyclePhase . Eventually ) ;
166
+ workbenchContributionsRegistry . registerWorkbenchContribution ( HoverAccessibleViewContribution , LifecyclePhase . Eventually ) ;
167
167
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class ChatResolverContribution extends Disposable {
117
117
}
118
118
}
119
119
120
- class ChatAccessibileViewContribution extends Disposable {
120
+ class ChatAccessibleViewContribution extends Disposable {
121
121
static ID : 'chatAccessibleViewContribution' ;
122
122
constructor ( ) {
123
123
super ( ) ;
@@ -164,7 +164,7 @@ class ChatAccessibileViewContribution extends Disposable {
164
164
165
165
const workbenchContributionsRegistry = Registry . as < IWorkbenchContributionsRegistry > ( WorkbenchExtensions . Workbench ) ;
166
166
workbenchContributionsRegistry . registerWorkbenchContribution ( ChatResolverContribution , LifecyclePhase . Starting ) ;
167
- workbenchContributionsRegistry . registerWorkbenchContribution ( ChatAccessibileViewContribution , LifecyclePhase . Eventually ) ;
167
+ workbenchContributionsRegistry . registerWorkbenchContribution ( ChatAccessibleViewContribution , LifecyclePhase . Eventually ) ;
168
168
Registry . as < IEditorFactoryRegistry > ( EditorExtensions . EditorFactory ) . registerEditorSerializer ( ChatEditorInput . TypeID , ChatEditorInputSerializer ) ;
169
169
170
170
registerChatActions ( ) ;
You can’t perform that action at this time.
0 commit comments