Skip to content

Commit dd72262

Browse files
authored
Merge pull request #11030 from HolonProduction/lsp-port
Document `--lsp-port` command line argument
2 parents 6c50e44 + 78cf1ae commit dd72262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/editor/command_line_tutorial.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ given build type.
6868
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
6969
| ``--debug-server <uri>`` | |editor| Start the editor debug server (``<protocol>://<host/IP>[:<port>]``, e.g. ``tcp://127.0.0.1:6007``) |
7070
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
71+
| ``--dap-port <port>`` | |editor| Use the specified port for the GDScript Debug Adapter Protocol. Recommended port range ``[1024, 49151]``. |
72+
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
73+
| ``--lsp-port <port>`` | |editor| Use the specified port for the GDScript Language Server Protocol. Recommended port range ``[1024, 49151]``. |
74+
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
7175
| ``--quit`` | |release| Quit after the first iteration. |
7276
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
7377
| ``--quit-after`` | |release| Quit after the given number of iterations. Set to 0 to disable. |

0 commit comments

Comments
 (0)