This commit is contained in:
Christof Marti
2020-03-13 12:42:58 +01:00
parent bf8fb5f814
commit 14b5afc0ec
5 changed files with 23 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ export interface IEnvironment {
userHome: URI;
webviewResourceRoot: string;
webviewCspSource: string;
useHostProxy?: boolean;
}
export interface IStaticWorkspaceData {