Replies: 8 comments 36 replies
-
|
What do you mean by "it doesn't check itself" ? |
Beta Was this translation helpful? Give feedback.
-
Yes, deleting rcode doesn't trigger compilation.
LS initialization requires reading files from disk and computing data structures (some of them being read from cache). This is done in multiple threads so, depending on the CPU and disk speed, that may take some time. LS startup freezing your machine probably means that your machine is very slow and/or lacking cores. |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that if I use "Restart Language Server", the new process will be created but the current one won't be orphaned. |
Beta Was this translation helpful? Give feedback.
-
|
I've just realized that only .I files are considered as includes for ABL-LS. If updated, they will trigger recompile. |
Beta Was this translation helpful? Give feedback.
-
|
Our application consists of around 20 000 programs to compile. After compiling them all with VSCode, I calculated CRC for each r-code. Then, I compared it with CRCs on r-code compiled by ant using PCT compiler. Around 17 000 CRCs were identical but the rest wasn't. |
Beta Was this translation helpful? Give feedback.
-
|
We are using abl extension 1.16.0. It looks as it stopped compiling *.P (upper case) files. On our system files are named with both: upper and lower case (p,P). Is it the intentional change or just a mistake. |
Beta Was this translation helpful? Give feedback.
-
|
Try 1.16.1
|
Beta Was this translation helpful? Give feedback.
-
|
In v 1.16.1 I see again the orphaned ABL LS processes. This doesn't happen in v 1.14.1. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I created the openedge_project file with all folders which I need to compile. When I manually Restart Language Server, it always knows what was changed correctly. But it doesn't check itself. I always need to call Restart Language Server. It would be acceptable for the initial phase, but it has a serious side-effect. It creates a new process each time when Restart Language Server is called, all attached to VSCode. All will be detached when VSCode is closed, freezing the entire server eventually.
I am using VSCode client on Windows PC and VSCode server on the remote Linux server. My extensions are: abl riverside, git Lens. remote ssh.
Is it a bug, or some obvious problem in the configuraton
Thank you
Hanna
Beta Was this translation helpful? Give feedback.
All reactions