Wikus86
Wikus86
> @Wikus86 > > > it seems to break the code completion. > > What does this mean? Hi @worksofliam , So break probably not the correct words :). So...
@worksofliam , I am happy with that. I will just remove it from my procedures. Btw, the issue I raised about the qualified data structure with an array, is not...
Here is an exmaple of it not picking up the local workfield.  Another thing i noticed, linter picks up that it has not been references 
> @Wikus86 Sorry to be a pain. Would you actually put that into a new issue for me? :) No worries, will do
Yeah, I can also not reproduce it, only happens in some programs. Let me try doing a debug on the program giving the issue. Will advise if I find something
I found something, looks like it gets confused with a procedure in my copybook. This is an example of the code  in **completionItem.ts**, in the **completionItemProvider** function, it picks...
it does work when i set the transport mode to odbc and rest, just an issue when setting it to ssh
Yeah I saw that, but correct me if i am wrong, 16 *1024 *1024 = 16777216 and the size of xmlOutput(the trancated output) is 12311439, giving me 4465777 bytes to...
> xmlservice-cli goes through the RUNASCII function, which uses an internal buffer to convert to EBCDIC. This buffer is only 15M large: https://github.com/IBM/xmlservice/blob/main/src/plugrun.rpgle#L162-L163 (5001 * 3000 = 15,003,000 bytes). This...
> That's good, but I meant the screenshot of size/size on disk. What were those stats from? Did you save the output to a file and just looking at file...