Hi!
I am trying to use Vscode and Dev Containers under Solus linux without success.
My adventure began installing the Solus package of vscode (OSS version) and then installing the extension dev containers. If you do so, Dev containers is not working because it needs the proprietary binary files from Vscode. --> better luck next time...
So I installed vscode through snap and discovered, that it runs with partial confinement. The extension Dev containers is working fine, but I cannot open any local folder in Vscode because the folder browse window is not showing up. I guess that this is due to the confinement requirements... --> Again a death end...
So, I decided to unsnap the vsocde package and put it in flatpack. VScode is working but everytime I want to enter in the container, I get the error that I need a docker version > 17.xx and I already have the 27.2.1, so I don't understand anything. I tried to specify the path to the docker executable (/usr/bin/docker) but I still get the same error...
My question is: does anybody know how to use VSCode and dev containers under Solus? Maybe I just oversee something? Does anybody can open a folder in vscode installed with snap? Under Arch is just installing the vscode-bin and you are done. Here I don't know how to do it...
Do you have any ideas? Thanks very much!