The extension may provide optional initialization options to the language server on the initialize request.
-
(
object) TheinitializationOptions-
inDevelopmentMode?: (boolean) If the language server is launched under development mode. If set totrue, a few seconds of delay will be introduced on the serverside when initializing to give NodeJS debugger time to attach to the server process. -
defaultConfig?: (PartialConfig) If set, the provided config will be used as a default config. Any missing values will fall back to the built-in config values in the language server.
-