We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
air.logLevel
air.dependencyLogLevels
See #93 for more
The server side is mostly ready to go, but we need to create client and server representations of "client settings" like
ClientSettings { logLevel: Option<LogLevel>, dependencyLogLevels: Option<String> }
Note that every field in ClientSettings should be optional. This allows:
ClientSettings
initialization_options
We will pass the settings through InitializeParams.initializationOptions, which is an "any" type field we are allowed to control
InitializeParams.initializationOptions
The text was updated successfully, but these errors were encountered:
air.toml
air format
InitializationOptions
Successfully merging a pull request may close this issue.
See #93 for more
The server side is mostly ready to go, but we need to create client and server representations of "client settings" like
Note that every field in
ClientSettings
should be optional. This allows:initialization_options
settingWe will pass the settings through
InitializeParams.initializationOptions
, which is an "any" type field we are allowed to controlThe text was updated successfully, but these errors were encountered: