terminal/ide_command_factory library

Classes

WebIdeCommand
The browser :ide command. The native equivalent lives in the dart:io barrel (ide_command.dart); this version drives the same dart:io-free engine over a RemoteWorkspace and an XtermTerminalDriver.

Functions

registerIdeCommand({required LocalCommandRegistry registry, required TerminalView term, required Stream<void> resizeEvents, required OmnyShellService service, required SettingsStore settings}) → void
Registers the :ide command (alias :edit) on registry.