How do i stop ujust update from trying to update VS Code extensions?

I would like for ujust update command to not attempt to update VS Code extensions, how can i turn this off?
No description
2 Replies
asen23
asen233mo ago
you can disable it in /etc/ublue-os/topgrade.toml here the config example https://github.com/topgrade-rs/topgrade/blob/main/config.example.toml
GitHub
topgrade/config.example.toml at main · topgrade-rs/topgrade
Upgrade all the things. Contribute to topgrade-rs/topgrade development by creating an account on GitHub.
DevilFish303
DevilFish3033mo ago
thanks, this worked:
$ cat /etc/ublue-os/topgrade.toml
[commands]
"Linux AMDGPU Control Application" = "/usr/libexec/topgrade/lact-update"
"Mozilla GNOME Themes" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
"Third Party CSS Loader Themes" = "/usr/libexec/topgrade/third-party-css-loader-update"

[misc]
disable = ["vscode"]
$ cat /etc/ublue-os/topgrade.toml
[commands]
"Linux AMDGPU Control Application" = "/usr/libexec/topgrade/lact-update"
"Mozilla GNOME Themes" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
"Third Party CSS Loader Themes" = "/usr/libexec/topgrade/third-party-css-loader-update"

[misc]
disable = ["vscode"]
Want results from more Discord servers?
Add your server