Run terminal command directly in Text Editor
Forked from formulahendry/vscode-terminal.
- Run all the commands in Text Editor
- Run the selected commands in Text Editor
- Stop the running commands
- View output in Output Window
- Open Integrated Terminal at current file's directory
- Quick way to toggle Integrated Terminal
- Write or select a set of commands in Text Editor, then use shortcut
Ctrl+Alt+R
, or pressF1
and then select/typeRun Terminal Command
, the commands will run and the output will be shown in the Output Window. - To stop the running commands, use shortcut
Ctrl+Alt+C
, or pressF1
and then select/typeStop Terminal Command
- To open Integrated Terminal at current file's directory, use shortcut
Ctrl+Alt+O
, or pressF1
and then select/typeOpen in Integrated Terminal
, or right click in Text Editor/Explorer and then clickOpen in Integrated Terminal
in context menu
- To toggle Integrated Terminal, use shortcut
Ctrl+Alt+T
, or click theTerminal
icon in the Status Bar at the bottom
- Bump @types/node from 20.14.1 to 20.14.2
- Bump @types/vscode from 1.89.0 to 1.90.0
- Dependency updates
- Removed application-insights
- #10: Handle case-insensitive bash path
- #9: Open terminal for Bash on Windows
- Quick way to toggle Integrated Terminal in the Status Bar
- Add 'Open in Integrated Terminal' context menu
- Upgrade applicationinsights npm since telemetry data requires HTTPS
- Add Application Insights to track telemetry data
- Update the future of this extension
- Add support to stop running commands
- Update README.md and add GitHub info
- Initial Release