Searched refs:openInEditorAsync (Results 1 – 3 of 3) sorted by relevance
5 import { guessEditor, openInEditorAsync } from '../editor';36 describe(openInEditorAsync, () => {47 await expect(openInEditorAsync('/foo/bar')).resolves.toBe(false);
26 export async function openInEditorAsync(path: string): Promise<boolean> { function
7 import { openInEditorAsync } from '../../utils/editor';194 return openInEditorAsync(devServerManager.projectRoot);