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

@@ -60,7 +60,7 @@ export interface IEnvironment {
globalStorageHome: URI;
userHome: URI;
webviewResourceRoot: string;
webviewCspRule: string;
webviewCspSource: string;
}
export interface IStaticWorkspaceData {