()
| 12 | import { noop } from './core'; |
| 13 | |
| 14 | export function isInsiders() { |
| 15 | return vscode.env.appName.indexOf('Insider') > 0 || vscode.env.appName.indexOf('OSS') > 0; |
| 16 | } |
| 17 | |
| 18 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 19 | export async function initialize(): Promise<IExtensionTestApi> { |
no outgoing calls
no test coverage detected