From bc2a9f90a08b36e4b24f08db99634567911cce7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BF=8A=E5=AE=81?= Date: Sun, 15 Aug 2021 22:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode.d.ts b/vscode.d.ts index e29200e8..84a78d57 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ /** - * 编辑器的版本 + * 编辑器的版本。 */ export const version: string; @@ -8162,6 +8162,7 @@ export enum UIKind { /** * Namespace describing the environment the editor runs in. + * 描述编辑器运行环境的命名空间。 */ export namespace env {