mirror of
https://github.com/coder/code-server.git
synced 2026-06-13 05:27:10 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -11,7 +11,7 @@ export interface IKeyboardLayoutData {
|
||||
keyboardMapping: IKeyboardMapping;
|
||||
}
|
||||
|
||||
export interface IKeyboardLayoutMainService {
|
||||
export interface INativeKeyboardLayoutService {
|
||||
readonly _serviceBrand: undefined;
|
||||
readonly onDidChangeKeyboardLayout: Event<IKeyboardLayoutData>;
|
||||
getKeyboardLayoutData(): Promise<IKeyboardLayoutData>;
|
||||
Reference in New Issue
Block a user