flathub / org.freedesktop.Sdk.Extension.php83

https://flathub.org/apps/details/org.freedesktop.Sdk.Extension.php83
1 stars 1 forks source link

Add mysql support #23

Open CodeShakingSheep opened 1 month ago

CodeShakingSheep commented 1 month ago

Is it possible to add support for the following extensions?

Thanks.

Lctrs commented 1 month ago

Why do you need them ? This extension is only meant to be able to run static analysis or LSP tools locally.

CodeShakingSheep commented 1 month ago

Because I want to be able to run a PHP web app from flatpaked VSCodium which uses a MySQL DB. As of now I can develop the app from VSCodium but I cannot start it with VSCodium run configuration or from VSCodium's integrated terminal. (It starts fine if I run it from a system terminal outside of VSCodium.)