UNPKG

@synstack/reforge

Version:

Runtime tools for interactive DevX with the ReForge IDE extension

17 lines (15 loc) 275 B
export { getFocusedFile, getFocusedFileSelections, getOpenedFiles, getPinnedFiles, notify, openFile, openFiles, pinFiles, promptInput, promptMultiSelect, promptSelect, unpinFiles, } from "./reforge.lib.ts"; export * as vscode from "./vscode.lib.ts";