Balthild
Balthild
Hello! Recently, I found in [an MS doc](https://learn.microsoft.com/en-us/powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.5) that `pwsh.exe` could be compatible with `powershell.exe` through .NET Standard 2.0: > With the advent of .NET Standard 2.0, PowerShell can load...
> Maybe it's OK to just try pwsh.exe first, and fallback to powershell.exe if pwsh.exe doesn't exist? Update: Just found that this is the behavior of `cmd`.
This doesn't work when the language server and the project need to use different JDKs.
I'm encountering this issue too. By the way, the problem is more severe when using generative AI completion (e.g. GitHub Copilot). https://github.com/user-attachments/assets/550a7083-aef0-44c2-b4fb-cace542f6996
What about PUTting `*.json` in subdirs to their dirnames? ```diff diff --git a/src/variations/unit/etc/entrypoint.d/10-init-unit.sh b/src/variations/unit/etc/entrypoint.d/10-init-unit.sh index 85cf827..e335104 100644 --- a/src/variations/unit/etc/entrypoint.d/10-init-unit.sh +++ b/src/variations/unit/etc/entrypoint.d/10-init-unit.sh @@ -121,7 +121,8 @@ configure_unit() { echo "$script_name: Looking...
What about merging json files with `jq`? Orders can be specified in filenames (00_init.json, 10_foo.json, 50_bar.json, ...)