From d1b80189b98780388d2a66e539412f0b52cbce41 Mon Sep 17 00:00:00 2001 From: Evie Lau Date: Mon, 13 Nov 2023 09:20:22 -0600 Subject: [PATCH] Change format for list of ports --- DEVELOPING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 843eddfe..5093dfb3 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -56,11 +56,11 @@ For more information on building Eclipse LSP4Jakarta, see the project documentat ### Debugging Language Servers When running the extension with locally built language servers, a debugger can be attached to the language server process. The debug ports are as follows: -> Liberty Config Language Server -> - Liberty-LemminX: `1054` -> - Liberty Language Server: `8002` -> -> Jakarta LS: `8003` + +- Liberty-LemminX: `1054` +- Liberty Language Server: `8002` +- Jakarta LS: `8003` + With the `liberty-language-server` project opened in VSCode, run `Debug attach liberty-ls` or `Debug attach liberty-lemminx` to attach the respective debugger to the running extension.