Sébastien Julliand

Results 13 issues of 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...

bug

### Changes Resolves https://github.com/codefori/vscode-ibmi/issues/1921 - Adds a `Debugger (on/off)` status item in server's status bar. ![image](https://github.com/codefori/vscode-ibmi/assets/11096890/16c417a2-cbe0-40ad-bb40-0707fd7b3e2e) ![image](https://github.com/codefori/vscode-ibmi/assets/11096890/b6aca4d6-cb83-428a-a709-05bece41e38f) The status will be `on` if both the debug server and debug service...

enhancement

**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...

idea

### 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. ![image](https://github.com/codefori/vscode-ibmi/assets/11096890/2d98ac9f-253b-4337-9f59-c2a8b39d616d) ### How to test...

enhancement

### 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...

bug

### 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...

enhancement

### 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...

bug