()
| 86 | } |
| 87 | |
| 88 | public static get getUseWebExt(): boolean { |
| 89 | return Config.getSettings<boolean>('useWebExt') || false; |
| 90 | } |
| 91 | |
| 92 | public static get getProxy(): IProxy { |
| 93 | return Config.getSettings<IProxy>('proxy'); |
nothing calls this directly
no test coverage detected