I have installed VSCode as a flatpak on Sliverblue 33 and I want to use the rubocop plugin. The problem is this plugin expects to be able to find the rubocop executable in your PATH.
Obviously this is a little more complex on Silverblue than it would be normally. If there was some way to enter and modify the flatpak I could probably insert the program inside it. But I’m not sure this is possible or if it would persist with updates.
I do have rubocop installed and working inside a toolbox container so maybe it would be possible to start vscode inside the toolbox context and it would see rubocop?
Anyone have ideas what I can try here?