From d5dd63dbaa3cac3d44d407463c1bcec0971f40ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Wed, 25 Aug 2021 20:57:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E4=B8=80=E4=B8=8B=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode.d.ts b/vscode.d.ts index fdbdc8fb..be28ba89 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -12587,7 +12587,7 @@ export namespace scm { /** * 由扩展创建的用于上一个源代码管理程序的 {@link SourceControlInputBox input box}。 * - * @deprecated 改用 SourceControl.inputBox + * @deprecated 改用 {@link SourceControl.inputBox} */ export const inputBox: SourceControlInputBox;