From 78cf1aef954a12702897ddb19428e43b3059f8cf Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Mon, 16 Jun 2025 23:29:02 +0200 Subject: [PATCH] Document `--lsp-port` command line argument --- tutorials/editor/command_line_tutorial.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.rst index ab28667d3..5813de5f3 100644 --- a/tutorials/editor/command_line_tutorial.rst +++ b/tutorials/editor/command_line_tutorial.rst @@ -68,6 +68,10 @@ given build type. +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``--debug-server `` | |editor| Start the editor debug server (``://[:]``, e.g. ``tcp://127.0.0.1:6007``) | +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| ``--dap-port `` | |editor| Use the specified port for the GDScript Debug Adapter Protocol. Recommended port range ``[1024, 49151]``. | ++------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| ``--lsp-port `` | |editor| Use the specified port for the GDScript Language Server Protocol. Recommended port range ``[1024, 49151]``. | ++------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``--quit`` | |release| Quit after the first iteration. | +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``--quit-after`` | |release| Quit after the given number of iterations. Set to 0 to disable. |