From 80f3b5e15ca3eca19f7fad3ab748acd8293061d8 Mon Sep 17 00:00:00 2001 From: TylerLeonhardt Date: Wed, 1 Jul 2020 22:03:15 +0000 Subject: [PATCH] Update Notebook dts --- vscode.proposed.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vscode.proposed.d.ts b/vscode.proposed.d.ts index f534603577..5392658ada 100644 --- a/vscode.proposed.d.ts +++ b/vscode.proposed.d.ts @@ -3,6 +3,8 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ +import { MarkdownString } from 'vscode'; + /** * This is the place for API experiments and proposals. * These API are NOT stable and subject to change. They are only available in the Insiders