Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteffMet/tabby-vscode-agent
/ getCleanupScript
Method
getCleanupScript
src/tools/shell-strategy.ts:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
getCleanupScript(): string {
56
return
`unset PROMPT_COMMAND; unset __tpc; unset __TM;`;
57
}
58
59
getSetupScript(startMarker: string, endMarker: string): string {
60
const
cleanup = this.getCleanupScript();
Callers
1
getSetupScript
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected