From 8ef6c162ede408205678471cff649761504541e2 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 19:45:58 +0800 Subject: [PATCH] feat: translate version --- vscode.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode.d.ts b/vscode.d.ts index 0893c76a..a4203b70 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -5,6 +5,7 @@ /** * The version of the editor. + * @description.zh-CN 编辑器版本 */ export const version: string;