| 3 | import { workspace } from 'vscode'; |
| 4 | |
| 5 | export interface IProxy { |
| 6 | enable: boolean; |
| 7 | baseUri: string; |
| 8 | proxyUri: string; |
| 9 | } |
| 10 | |
| 11 | export interface IHttps { |
| 12 | enable: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected