mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Fixes
This commit is contained in:
parent
39b0389b9d
commit
6bde6c6cbf
1 changed files with 8 additions and 8 deletions
|
|
@ -71,14 +71,14 @@ This approach allows us to leverage advanced features when available while ensur
|
|||
*/
|
||||
declare module "vscode" {
|
||||
// https://github.com/microsoft/vscode/blob/f0417069c62e20f3667506f4b7e53ca0004b4e3e/src/vscode-dts/vscode.d.ts#L7442
|
||||
// interface Terminal {
|
||||
// shellIntegration?: {
|
||||
// cwd?: vscode.Uri
|
||||
// executeCommand?: (command: string) => {
|
||||
// read: () => AsyncIterable<string>
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
interface Terminal {
|
||||
shellIntegration?: {
|
||||
cwd?: vscode.Uri
|
||||
executeCommand?: (command: string) => {
|
||||
read: () => AsyncIterable<string>
|
||||
}
|
||||
}
|
||||
}
|
||||
// https://github.com/microsoft/vscode/blob/f0417069c62e20f3667506f4b7e53ca0004b4e3e/src/vscode-dts/vscode.d.ts#L10794
|
||||
interface Window {
|
||||
onDidStartTerminalShellExecution?: (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue