Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:connecting_to_the_system:connecting_via_vsc [2026/04/08 21:52] – [Using the web portal] pedrohabrok:connecting_to_the_system:connecting_via_vsc [2026/04/28 12:52] (current) – [Connecting with VS Code via SSH] pedro
Line 12: Line 12:
 If you are using VS Code to program in Python, you should take a look at the [[..:examples:vscode_python|]] documentation page to be setup your environment. If you are using VS Code to program in Python, you should take a look at the [[..:examples:vscode_python|]] documentation page to be setup your environment.
 ===== Connecting with VS Code via SSH ===== ===== Connecting with VS Code via SSH =====
-<WRAP center round important 60%> +<WRAP center round tip 60%> 
-Unless you have a strong reason to use VS Code via SSH, we strongly recommend using the web portal method described above! It will provide a much easier user experience with barely any setup and has nearly the same capabilities.+Connecting via SSH requires the setup below, which involves a number of steps. If you simply mean to quickly edit a script or do basic software developmentthen the web portal method described above will likely provide a much more streamlined user experience. If you require advanced features provided by the local Visual Studio Code installation on your PC, or want to frequently execute your code on local files, then the setting up the SSH connection may be worthwhile.
 </WRAP> </WRAP>