Version 0.59.0 of this extension breaks the last entry in my PATH variable, as it appends to PATH without a delimiter.
The last entry of my PATH in a vscode terminal with this extension enabled:
...;C:\Program Files\jreleaser\c:\Users\REDACTED\.vscode\extensions\vscjava.vscode-java-debug-0.59.0\bundled\scripts\noConfigScripts
In this case it was preventing me from running JReleaser.
I closed my previous issue because the AI temporarily gaslit me into thinking I had misconfigured my terminal, but I have confirmed that this issue persists without any custom terminal.* settings. I imagine I could fix this by manually adding the delimiter, but that doesn't make this not a defect.
Version 0.59.0 of this extension breaks the last entry in my PATH variable, as it appends to PATH without a delimiter.
The last entry of my PATH in a vscode terminal with this extension enabled:
In this case it was preventing me from running JReleaser.
I closed my previous issue because the AI temporarily gaslit me into thinking I had misconfigured my terminal, but I have confirmed that this issue persists without any custom
terminal.*settings. I imagine I could fix this by manually adding the delimiter, but that doesn't make this not a defect.