We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7089b0 commit 46867f8Copy full SHA for 46867f8
src/extension.ts
@@ -160,7 +160,7 @@ async function handleCustomDebugEvent(event: vscode.DebugSessionCustomEvent): Pr
160
debugTerminal.dispose();
161
}
162
debugTerminal = vscode.window.createTerminal({
163
- name: `SSH: ${device.name}`,
+ name: `${path.posix.basename(args.program)} on ${device.name}`,
164
pty: {
165
onDidWrite: writeEmitter.event,
166
open: (dim: vscode.TerminalDimensions | undefined) => {
0 commit comments