🎈One-click commands for VS Code
Feature
Send a string to terminal
- \n : sends a newline ↩
- \p : pauses for one second
Example
telnet 200.0.71.130\n\padmin\n\ppasswd\n
-> telnet 200.0.71.130 ↩
-> (pauses for one second)admin ↩
-> (pauses for one second)passwd ↩
Tips
- You can create a new button in EXPLORER->BUTTONS
- Right click button to Reanme/Delete button or Edit Content
- Left click button to send content to terminal
| |