mirror of
https://github.com/coder/code-server.git
synced 2026-06-05 11:59:33 +00:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -7,6 +7,7 @@ import { URI } from 'vs/base/common/uri';
|
||||
import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
|
||||
import { IDisposable, Disposable } from 'vs/base/common/lifecycle';
|
||||
import { equalsIgnoreCase, startsWithIgnoreCase } from 'vs/base/common/strings';
|
||||
import { IEditorOptions } from 'vs/platform/editor/common/editor';
|
||||
|
||||
export const IOpenerService = createDecorator<IOpenerService>('openerService');
|
||||
|
||||
@@ -18,6 +19,11 @@ type OpenInternalOptions = {
|
||||
*/
|
||||
readonly openToSide?: boolean;
|
||||
|
||||
/**
|
||||
* Extra editor options to apply in case an editor is used to open.
|
||||
*/
|
||||
readonly editorOptions?: IEditorOptions;
|
||||
|
||||
/**
|
||||
* Signals that the editor to open was triggered through a user
|
||||
* action, such as keyboard or mouse usage.
|
||||
|
||||
Reference in New Issue
Block a user