How to run only the ABL Language Server on a Linux Container #504
-
|
Hello everyone, i am making a Docker Image with progress in a ubuntu setting, i really need to compile using only the docker dlc, so i thought of starting the ABL Language Server, let him watch all my source code via a volume, and it will compile when i save, but, how do i run only him? And after running, without the output of the vscode terminal how can i watch its logs? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Can be done without any problem, have a look at this sample project.
|
Beta Was this translation helpful? Give feedback.
-
|
%DLC%\gui\netlib\OpenEdge.Net.pl or $DLC/tty/netlib/OpenEdge.Net.pl |
Beta Was this translation helpful? Give feedback.
Can be done without any problem, have a look at this sample project.
.devcontainerdirectory contains the configuration to start the containers. Thedocker.rssw.eu/...are private images but it will be easy to work with your own images.devcontainerprofile to point to the right database.