Introduce WebviewOptions.forms

Fixes #132157
This commit is contained in:
Matt Bierner
2021-09-02 13:24:31 -07:00
parent bad6e9309b
commit 0e52275271
10 changed files with 34 additions and 2 deletions

View File

@@ -682,6 +682,7 @@ export interface IWebviewPortMapping {
export interface IWebviewOptions {
readonly enableScripts?: boolean;
readonly enableForms?: boolean;
readonly enableCommandUris?: boolean;
readonly localResourceRoots?: ReadonlyArray<UriComponents>;
readonly portMapping?: ReadonlyArray<IWebviewPortMapping>;