mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Revert these
This commit is contained in:
parent
6774890d23
commit
52cb41ea76
3 changed files with 4 additions and 7 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
# Build artifacts
|
||||
bin/
|
||||
!bin/roo-code-latest.vsix
|
||||
dist/
|
||||
**/dist/
|
||||
out/
|
||||
|
|
|
|||
|
|
@ -73,11 +73,9 @@
|
|||
"views": {
|
||||
"roo-cline-ActivityBar": [
|
||||
{
|
||||
"id": "roo-cline.SidebarProvider",
|
||||
"type": "webview",
|
||||
"name": "Roo Code",
|
||||
"icon": "$(rocket)",
|
||||
"contextualTitle": "Roo Code!"
|
||||
"id": "roo-cline.SidebarProvider",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -353,7 +351,7 @@
|
|||
"vscode-test:extension": "tsc -p . --outDir out && node esbuild.js",
|
||||
"vscode-test:webview": "cd webview-ui && npm run build",
|
||||
"update-contributors": "node scripts/update-contributors.js",
|
||||
"generate-types": "npx tsx scripts/generate-types.mts"
|
||||
"generate-types": "tsx scripts/generate-types.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import pWaitFor from "p-wait-for"
|
|||
import { ExitCodeDetails, mergePromise, TerminalProcess, TerminalProcessResultPromise } from "./TerminalProcess"
|
||||
import { truncateOutput, applyRunLengthEncoding } from "../misc/extract-text"
|
||||
|
||||
export const TERMINAL_SHELL_INTEGRATION_TIMEOUT = 15_000
|
||||
export const TERMINAL_SHELL_INTEGRATION_TIMEOUT = 5000
|
||||
|
||||
export class Terminal {
|
||||
private static shellIntegrationTimeout: number = TERMINAL_SHELL_INTEGRATION_TIMEOUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue