mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
var => let/const
This commit is contained in:
@@ -16,7 +16,7 @@ export enum GroupArrangement {
|
||||
EVEN_WIDTH
|
||||
}
|
||||
|
||||
export var IEditorGroupService = createDecorator<IEditorGroupService>('editorGroupService');
|
||||
export const IEditorGroupService = createDecorator<IEditorGroupService>('editorGroupService');
|
||||
|
||||
/**
|
||||
* The editor service allows to open editors and work on the active
|
||||
|
||||
Reference in New Issue
Block a user