Upgrading notes for v1.81.1
The code has been refactored in python, upgrading requires manual interventions:
pacman -Rdd code code-marketplace
pacman -S code code-marketplace
Don't reinstall them, uninstall and install these packages instead.
Since the code has been refactored, you can easily modify the code to upgrade to a new version by yourself if I cannot update this package in time. Simply download the latest tarball from code.visualstudio.com and extract them, then run update.py
to update patch.json
(The usage is documented in update.py
), and run makepkg --skipchecksums -i
to rebuild and install this package.
Pinned Comments
sainnhe commented on 2021-04-05 08:00 (UTC) (edited on 2025-04-18 09:02 (UTC) by sainnhe)
This package basically installs a hook that will patch
/usr/lib/code/product.json
to use vscode marketplace every timeextra/code
is updated.There are some extensions in vscode marketplace that don't work with Code OSS (e.g. pylance and remote-ssh), you can install
code-features
(thanks to @Lightsword) orcode-features-insiders
(thanks to @coxackie_) to unblock them.Btw, you may also be interested in code-icons by @coxackie which will replace the icon of Code OSS with VSCode's.