You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the TCP Server would only start after parts of Puppet were
initialised. This commit changes the startup behaviour so that the TCP Server
is running as soon as the Puppet Version can be determined, and further
initialisation is handed to a different thread. A new command line option of
--start-slow is added, mainly for testing, to slow down the startup if required.
This will help when the server is started by the VSCode client directly so that
the TCP socket is available as soon as possible.
-t, --timeout=TIMEOUT Stop the language server if a client does not connection within TIMEOUT seconds. A value of zero will not timeout. Default is 10 seconds
77
77
-d, --no-preload Do not preload Puppet information when the language server starts. Default is to preload
78
78
--debug=DEBUG Output debug information. Either specify a filename or 'STDOUT'. Default is no debug output
79
+
-s, --slow-start Delay starting the TCP Server until Puppet initialisation has completed. Default is to start fast
0 commit comments