Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2840  / 2 Years ago, thu, march 24, 2022, 2:47:34

I did see How do I uninstall Visual Studio Code? and https://code.visualstudio.com/docs/setup/linux


Mentions snap and apt as ways to install with auto-updates. Wanted to know which is the way to get it with the latest stable changes? I usually install via apt, but snap is listed first here, is there any advantage? Just trying to pick the best so I do not need to deal with the update notifications that take me to the website to download the .deb file again and manually install it as I did originally.


(I also looked at Why won't Visual Studio Code update run on 20.04? that talks about manually installing from downloaded .deb I don't want that).


Also is there anyway to export the settings, uninstall and then reimport them when I install from the repo? It talks about sync in the code preferences but not sure where and how its syncing, can't see what account its syncing too.


More From » apt

 Answers
0

Wanted to know which is the way to get it with the latest stable changes?



I would say it's your call. Both are maintained by Microsoft developers and are updated simultaneously.



I usually install via apt, but snap is listed first here, is there any advantage?



The definition of advantage varies from user to user. But this might answer your question, If a package is available as both a deb and a snap, which method is preferrable?



..so I do not need to deal with the update notifications that take me to the website to download the .deb file again and manually install it as I did originally.



It's been a while I'm using Visual Studio Code installed from deb archive. During the installation, repositories are auto-added to ensure smooth update delivery. Make sure you don't disable the Microsoft repositories. Updates can be installed via Software Updater or using sudo apt update; sudo apt upgrade.



..is there anyway to export the settings, uninstall and then reimport them when I install from the repo?



Some settings are stored in workspace folders. You can also check Settings Sync in Visual Studio Code. Note that this is still in preview, i.e., in development stage.


[#1318] Thursday, March 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
;