Axel H.

Results 126 comments of Axel H.

@Cyrille37 It's not VSCode's, OpenCode uses its own LSP, it's using the same one. If you have both OpenCode and VSCode open, you should see 2 PHP intellisense processes. Most...

Let say I want to parse a dotenv file, but I want `${APP_VAR}` to be substituted without it existing in the environment because I only load the file in the...

No, it doesn't work: if any variable in the dotenv file (the 2nd load) is referencing `FOO` or `FOO_SUBBED`, they will be replaced by an empty string, unless you modify...

Actually, the workaround isn't fully working on `mise` (works fine on my other project which is simpler). So if this is OK for you, I'd like to submit a pull-request...

But that's precisely my point in the previous comment: it doesn't work with the current API and #150 won't fix it as the case you describe and are trying to...

Note: one of the cases is actually an issue I am trying to fix on `mise` and you can see more context here: - https://github.com/jdx/mise/discussions/4688 - https://github.com/jdx/mise/pull/4996 - https://github.com/jdx/mise/discussions/5008 -...