Sébastien Julliand
Sébastien Julliand
This prevents the Windows script from crashing if %JAVACMD% contains whitespace.
Here in the Windows script, %JAVACMD% is unquoted: ``` %JAVACMD% %JAVA_OPTS% -classpath %CLASSPATH% -Dapp.name="skipper" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" com.arcadsoftware.skipper.cli.SkipperCLI %CMD_LINE_ARGS% if %ERRORLEVEL% NEQ 0 goto error goto end ``` It causes...
### Changes Fixes https://github.com/IBM/vscode-ibmi-projectexplorer/issues/422 (cc @edmundreinhardt) The parameter types for the `code-for-ibmi.downloadMemberAsFile` command were recently changed to `BrowserItem` type, which prevented other extensions from using it without passing an object...
### Changes Resolves https://github.com/codefori/vscode-ibmi/issues/1921 - Adds a `Debugger (on/off)` status item in server's status bar.   The status will be `on` if both the debug server and debug service...
**Describe the bug** Trying to browse a library location on an iASP does not work. After the filter is created, expanding it crashes with CPF3064. This is due to CL...
### Changes Inspired by this discussion: https://github.com/orgs/halcyon-tech/discussions/1345 Added an `RPGLE` submenu and a `Surround with monitor` action for rpgle editors. Surrounding will be allowed only for Free RPGLE code. Fixed...
### Changes Resolves https://github.com/codefori/vscode-ibmi/issues/2033 This PR changes the name of the IBM i bact debug sessions to display the name of the program being debugged.  ### How to test...
### Changes Fixes https://github.com/codefori/vscode-ibmi/issues/2039 This PR updates the queries used when listing objects so the IASP name can be resolved if needed. It also adds the IASP name in the...
### Changes Resolves https://github.com/codefori/vscode-ibmi/issues/2004 This PR completes the QSYS and IFS FileSystemProviders implementation. By doing so, it allows for `Save As` and the editor breadcrumb navigation to work for members...
### Changes This PR makes sure the connection's configuration gets updated before it gets saved, so the functions triggered by `onCodeForIBMiConfigurationChange` who access the current configuration (i.e. using `instance.getConfig()`) gets...