Use Visual Studio Code with Q Blocks instances
Pre-requisites:
1. Enable TCP Forwarding in Q Blocks instance sshd_config:
sudo sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config
sudo systemctl restart sshd2. Set Host Information in local system’s SSH config:

Last updated