Use clearer name for csp webview element

#76489
This commit is contained in:
Matt Bierner
2019-07-09 11:31:03 -07:00
parent f963c9a2a8
commit c01a3a718d
14 changed files with 18 additions and 18 deletions

View File

@@ -69,8 +69,8 @@ export class ExtHostEditorInsets implements ExtHostEditorInsetsShape {
return toWebviewResource(that._initData, this._uuid, resource);
}
get cspRule(): string {
return that._initData.webviewCspRule;
get cspSource(): string {
return that._initData.webviewCspSource;
}
set options(value: vscode.WebviewOptions) {