You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
13 lines
336 B
Markdown
13 lines
336 B
Markdown
|
|
# initializationOptions
|
||
|
|
|
||
|
|
## Short introduction
|
||
|
|
|
||
|
|
The ALS reads initial configuration from the `initializationOptions`
|
||
|
|
property of the `initialize` request.
|
||
|
|
|
||
|
|
## Change description
|
||
|
|
|
||
|
|
The `initializationOptions` of the `initialize` request is a JSON
|
||
|
|
object to be processed as `ada` object of `workspace/didChangeConfiguration`
|
||
|
|
notification.
|