From 959b6c76724133aa9e990a3e3b54784e692baff0 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:13:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BF=BB=E8=AF=91=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vscode.d.ts b/vscode.d.ts index a4203b70..3f19426f 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -1,11 +1,10 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the MIT License. See LICENCE in the project root for license information. *--------------------------------------------------------------------------------------------*/ /** - * The version of the editor. - * @description.zh-CN 编辑器版本 + * Visual Studio Code 的版本 */ export const version: string;