Add the apt version of VS Codium for enhanced Flutter development over Flatpak version of Code OSS. Does ot compete with the Flatpak version of VS Codium.

This commit is contained in:
2025-03-07 08:11:04 -07:00
parent 87037148a7
commit 5c72168a7b
3 changed files with 76 additions and 1 deletions

View File

@ -126,6 +126,9 @@
- include_tasks: tasks/workstation/linux/software/lutris.yml
when: ansible_system == "Linux"
- include_tasks: tasks/workstation/linux/software/vscodium.yml
when: ansible_system == "Linux"
- include_tasks: tasks/workstation/linux/software/brave.yml
when: ansible_pkg_mgr in ("apt", "dnf", "zypper") and not mobile