AIR-DISCOVER / ICRA-RM-Sim2Real

MIT License
68 stars 16 forks source link

can I run vscode in the docker environment? #22

Open hpf9017 opened 2 years ago

Zehao404 commented 2 years ago

VScode installation in Docker (already installed): Download and move VScode installation file to ~/Desktop/share folder in your own computer (not in Docker). Start Docker and run

cd /shared
sudo dpkg -i *your_VScode_installation_file_name*.deb

wait until install finished.

Run VScode: Use command code *file_path* to open file/folder in VScode.