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

Loading…
Cancel
Save