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;