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

@@ -41,8 +41,8 @@ export class ExtHostWebview implements vscode.Webview {
return toWebviewResource(this._initData, this._uuid, resource);
}
public get cspRule(): string {
return this._initData.webviewCspRule;
public get cspSource(): string {
return this._initData.webviewCspSource;
}
public get html(): string {