@frogtd I cannot remove the ripgrep
dependency, it uses ripgrep
.
VSCode includes a ripgrep
binary in its build output.
community/code
replaces its internal ripgrep(comes with VSCode) with system copy(installed by pacman):
code-transparent
(this package) is derived from community/code
, also takes the same logic.
Pinned Comments
observ33r commented on 2022-09-18 17:36 (UTC) (edited on 2023-05-08 05:36 (UTC) by observ33r)
How to change window color?
..assuming you have a customized theme with all other transparent elements!
Building within clean chroot!
You can build package in completely clean environment without conflicting with any local dependencies (latest nodejs package etc..)!
Execute the following commands inside the package directory:
..or just run "build-with-chroot.sh" script!