Suggestions provided here to disable autoupdate of VSCode apply only to MacOS and Windows. I have a linux machine on which VSCode updated itself today to Version 1.60.0
Although it does not apply, I nonetheless had
"update.mode": "none"
in the user settings.json
file.
This question has been asked before on SO. See How do I disable VS Code of updating itself?, but it does not appear to work on linux.
This documentation from VSCode specifically for linux states:
If the VS Code repository was installed correctly, then your system package manager should handle auto-updating in the same way as other packages on the system.
How exactly should one go about disabling auto updates for linux? Does the above quote mean that on linux either all packages are auto updated or none of them are? I am on Ubuntu 20.10