mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 20:41:59 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
7
lib/vscode/src/vs/monaco.d.ts
vendored
7
lib/vscode/src/vs/monaco.d.ts
vendored
@@ -218,6 +218,7 @@ declare namespace monaco {
|
||||
* But these are "more general", as they should work across browsers & OS`s.
|
||||
*/
|
||||
export enum KeyCode {
|
||||
DependsOnKbLayout = -1,
|
||||
/**
|
||||
* Placed first to cover the 0 value of the enum.
|
||||
*/
|
||||
@@ -6654,7 +6655,11 @@ declare namespace monaco.languages {
|
||||
declare namespace monaco.worker {
|
||||
|
||||
|
||||
export interface IMirrorModel {
|
||||
export interface IMirrorTextModel {
|
||||
readonly version: number;
|
||||
}
|
||||
|
||||
export interface IMirrorModel extends IMirrorTextModel {
|
||||
readonly uri: Uri;
|
||||
readonly version: number;
|
||||
getValue(): string;
|
||||
|
||||
Reference in New Issue
Block a user