UNPKG

605 BTypeScriptView Raw
1import IEnvironment from "./IEnvironment";
2export default class VSCEnvironment implements IEnvironment {
3 private workspaceConfiguration;
4 blobHost(): string | undefined;
5 blobPort(): number | undefined;
6 queueHost(): string | undefined;
7 queuePort(): number | undefined;
8 location(): Promise<string>;
9 silent(): boolean;
10 loose(): boolean;
11 skipApiVersionCheck(): boolean;
12 debug(): Promise<boolean>;
13 cert(): string | undefined;
14 key(): string | undefined;
15 pwd(): string | undefined;
16 oauth(): string | undefined;
17}
18//# sourceMappingURL=VSCEnvironment.d.ts.map
\No newline at end of file