rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Research Terminal Panel Recorder #104

Open rbrisita opened 2 years ago

rbrisita commented 2 years ago

To allow recording of terminal placement and commands. Is this possible?

https://code.visualstudio.com/updates/v1_58#_integrated-terminal

https://code.visualstudio.com/docs/editor/integrated-terminal

https://www.growingwiththeweb.com/2017/03/mastering-vscodes-terminal.html

https://code.visualstudio.com/api/references/vscode-api#Terminal

https://code.visualstudio.com/api/references/vscode-api#Pseudoterminal

Terminal Examples

https://github.com/Microsoft/vscode-extension-samples/tree/main/terminal-sample

https://github.com/Microsoft/vscode-extension-samples/tree/main/extension-terminal-sample

v1

rbrisita commented 2 years ago

Have chroot and sandbox-exec files for Linux and OS X respectively. Working on PowerShell equivalent.

rbrisita commented 2 years ago

Backlogging this for v1.5 to align v1 more towards original functionality.

hossain666 commented 6 months ago

rbrisita:fix_doc