MCPcopy Create free account
hub / github.com/SteffMet/tabby-vscode-agent / getSetupScript

Method getSetupScript

src/tools/shell-strategy.ts:18–18  ·  view source on GitHub ↗

* Get the setup script for this shell type * @param startMarker The start marker for command tracking * @param endMarker The end marker for command tracking

(startMarker: string, endMarker: string)

Source from the content-addressed store, hash-verified

16 * @param endMarker The end marker for command tracking
17 */
18 getSetupScript(startMarker: string, endMarker: string): string;
19
20 /**
21 * Get the command prefix for this shell type

Callers 1

Implementers 1

ShShellStrategysrc/tools/shell-strategy.ts

Calls

no outgoing calls

Tested by

no test coverage detected