IBM Open Z Editor v4 triggers a TextDocumentChangeEvent while working with copybooks #398
Replies: 2 comments 10 replies
-
Hi @curiousDev288, those events are being sent now as an enhancement to the way Z Open Editor handles changes in ZAPP files. Previously, the entire extension had to restart when a change was made in your ZAPP file. Now, when a ZAPP change is detected, an event is sent to the already-running language servers to let them know that the search paths have changed. Everything should still be working as expected and much smoother than it was previously with the extension restarting with every change. Are you experiencing any issues with loading copybooks? |
Beta Was this translation helpful? Give feedback.
-
Hi @benjamin-santos
Please find the attached video below - |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was able to configure copybooks inside a cobol program by using the zapp.json and it was working untill v3.4.0. With the v4.0, everytime i update the path of the copybooks inside the zapp.json, it is triggering a textDocumentChange event within the cobol program. Is there any specific reason this event is being emitted?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions