Skip to content

Commit f85b448

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vscode.proposed.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ declare module 'vscode' {
233233
* The document's current run state
234234
*/
235235
runState?: NotebookRunState;
236+
237+
/**
238+
* Whether the document is trusted, default to true
239+
* When false, insecure outputs like HTML, JavaScript, SVG will not be rendered.
240+
*/
241+
trusted?: boolean;
236242
}
237243

238244
export interface NotebookDocumentContentOptions {

0 commit comments

Comments
 (0)