Focus terminal after dragging a file to terminal

上级 8ec6ec7d
......@@ -310,6 +310,7 @@ export class TerminalViewPane extends ViewPane {
if (terminal) {
const preparedPath = await this._terminalService.preparePathForTerminalAsync(path, terminal.shellLaunchConfig.executable, terminal.title, terminal.shellType);
terminal.sendText(preparedPath, false);
terminal.focus();
}
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册