MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / isInsiders

Function isInsiders

src/test/initialize.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import { noop } from './core';
13
14export 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
19export async function initialize(): Promise<IExtensionTestApi> {

Callers 3

closeNotebooksFunction · 0.90
closeWindowsAndNotebooksFunction · 0.85
isANotebookOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected