Skip to content

API to use from other extensions

Could you add a command with argument the wavform path? I would like to call it from my extension with:

const commandID = "surfer.openWaveform";
await vscode.commands.executeCommand(commandID, waveformURIPath);