-
RPM Version: 4.13.1 (also recreated in 4.15.1)
Hi, my name is Mark Irish and I am on a team of developers that creates and distributes RPMs for open-source software on IBM i. In our distribution of…
-
After I exit VS Code on PUB400 I get two spool files:
![image](https://github.com/codefori/vscode-ibmi/assets/67484051/5ce4f1c3-3f82-41cc-9de6-e836f1705803)
Maybe left over debugging code? (Not…
-
Hi Liam,
I'm trying to solve a challenge related to source code management on IBM i using Git in a distributed team environment. Currently, I have two teams that need to collaborate, but there's a …
-
When trying to add an SEP, the UI briefly shows it's being added in the list of SEPs but then it is immediately removed.
Error message shown:
EQAVS1010E Communication required by Service Entry Poin…
-
Hello,
While connecting to the IBM i server it gets error code (38501) - see attachment - because the CCSID is not set (65535) and it does not provide the "User Library list" or any source member…
-
Useful pages
- Supported Python versions
- Using alternatives to pick the default python/python3 binary
- Using virtualenvs to install packages
- How to build native packages (install python3-deve…
-
Hi there
How thoroughly have you looked at the `DB2Grammar` file? For example you have the following function:
``` php
public function compileTableExists()
{
return 'select * from information_sc…
-
Not sure if this is know, but I am experiencing two issues with content assist
1. If you declare a procedure starting with '#', it seems to break the code completion.
**Example**
```
dcl-proc …
-
I am migrating a library with IBMi-bob. I am using [this documentation](https://ibm.github.io/vscode-ibmi-projectexplorer/#/pages/projectExplorer/migrate-source).
I tried with many SRC-PF but the …
-
**Is your feature request related to a problem? Please describe.**
The modern git-friendly approach that Code 4 i is enabling is to store source in UTF8 stream files. The compilers need to transform…