You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: