I use VSCodium of VSCode, but unfortunately have to have both installed. Is there any way that an option to choose the external editor could be added?
And if it’s possible, I’d definitely prefer using QTCreator instead ![]()
I use VSCodium of VSCode, but unfortunately have to have both installed. Is there any way that an option to choose the external editor could be added?
And if it’s possible, I’d definitely prefer using QTCreator instead ![]()
VSCodium should work, you just have to install the extension right?
Are you referring to e.g the icons in the launcher/editor?
Sorry I wasn’t clear, it’s the link in the launcher/editor, it seems to default to VSCode for opening. It could be a problem in my settings, but it would be nice if you could choose from within the Luxe launcher.
VSCodium works fine, I just have to open the folder manually.
Yea, right now it just does the vscode:// style URI handler to open it, since it was easy + our main supported editor. I think configuring an option is nicer, but the question is always “how do we discover the app” - is it a full command + arg format string kinda config. It makes it less convenient, but at least configurable.