Skip to content

Commit e8c7ca0

Browse files
[Ignore] Update Notebook dts (#3130)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent a31900c commit e8c7ca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vscode.proposed.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ declare module 'vscode' {
239239
* When false, insecure outputs like HTML, JavaScript, SVG will not be rendered.
240240
*/
241241
trusted?: boolean;
242+
243+
/**
244+
* Languages the document supports
245+
*/
246+
languages?: string[];
242247
}
243248

244249
export interface NotebookDocumentContentOptions {

0 commit comments

Comments
 (0)