Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf39f458

Browse files
committed
tweaks to terminal sizing
1 parentc7001d5 commitf39f458

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/commands.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,16 @@ export class Commands {
411411
// Then launch an integrated terminal with screen session
412412
constterminal=vscode.window.createTerminal({
413413
name:"Claude Code Session",
414+
location:vscode.TerminalLocation.Panel
414415
})
415416

416417
// Show the terminal and run the screen command
417418
terminal.show(true)
419+
420+
// Hide sidebar and maximize terminal panel
421+
// await vscode.commands.executeCommand("workbench.action.toggleSidebarVisibility")
422+
awaitvscode.commands.executeCommand("workbench.action.toggleMaximizedPanel")
423+
418424
terminal.sendText("screen -xRR claude-code")
419425
}
420426

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp