chore: translate window

pull/11/head
洛竹 3 years ago
parent 99a64c2745
commit 603a62d1d5

12
vscode.d.ts vendored

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
/** /**
* * Visual Studio Code
*/ */
export const version: string; export const version: string;
@ -8440,21 +8440,17 @@ export interface UriHandler {
} }
/** /**
* Namespace for dealing with the current window of the editor. That is visible * UI
* and active editors, as well as, UI elements to show messages, selections, and
* asking for user input.
*/ */
export namespace window { export namespace window {
/** /**
* The currently active editor or `undefined`. The active editor is the one * `undefined`
* that currently has focus or, when none has focus, the one that has changed
* input most recently.
*/ */
export let activeTextEditor: TextEditor | undefined; export let activeTextEditor: TextEditor | undefined;
/** /**
* The currently visible editors or an empty array. *
*/ */
export let visibleTextEditors: TextEditor[]; export let visibleTextEditors: TextEditor[];

Loading…
Cancel
Save