File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/vs/workbench/contrib/accessibility/browser Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ import { getSimpleEditorOptions } from 'vs/workbench/contrib/codeEditor/browser/
22
22
import { IDisposable } from 'xterm' ;
23
23
24
24
25
- export interface IAccessibleContentProvider { id : string ; provideContent ( ) : string ; onClose ( ) : void ; onKeyDown ?( e : IKeyboardEvent ) : void ; options : IAccessibleViewOptions }
25
+ export interface IAccessibleContentProvider {
26
+ id : string ;
27
+ provideContent ( ) : string ;
28
+ onClose ( ) : void ;
29
+ onKeyDown ?( e : IKeyboardEvent ) : void ;
30
+ options : IAccessibleViewOptions ;
31
+ }
32
+
26
33
export const IAccessibleViewService = createDecorator < IAccessibleViewService > ( 'accessibleViewService' ) ;
27
34
28
35
export interface IAccessibleViewService {
You can’t perform that action at this time.
0 commit comments