Open rbrisita opened 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
Have chroot and sandbox-exec files for Linux and OS X respectively. Working on PowerShell equivalent.
Backlogging this for v1.5 to align v1 more towards original functionality.
rbrisita:fix_doc
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