IBM / vscode-ibmi-projectexplorer

IBM i Project Explorer for VS Code
https://ibm.github.io/vscode-ibmi-projectexplorer/
Apache License 2.0
22 stars 7 forks source link

`CURLIB` is unexpectedly set to `&CURLIB` in `.env` file automatically #491

Closed SanjulaGanepola closed 4 months ago

SanjulaGanepola commented 4 months ago

In automatically syncing the LIBL and CURLIB env vars, CURLIB is being set to &CURLIB in the .env file. This prevents the red error decoration from being displayed so that users know to set this variable. It also ends up getting used in the liblist command even though the variable is not resolved.

image