diff options
| author | doongjohn <doongjohn@gmail.com> | 2025-10-29 16:21:35 +0900 |
|---|---|---|
| committer | doongjohn <doongjohn@gmail.com> | 2025-10-29 16:21:35 +0900 |
| commit | 12b9b60c0e01793db35c98a9bc61a95678694caa (patch) | |
| tree | acbad75ff291518e6e1edc87caf0fc2b548e9480 /src | |
| parent | cb579a2ed48b720c87184288f81d9b8ef8a2f285 (diff) | |
Change comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/requests.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/requests.odin b/src/server/requests.odin index c6e5ce6..98347d5 100644 --- a/src/server/requests.odin +++ b/src/server/requests.odin @@ -676,7 +676,7 @@ request_initialize :: proc( } if uri, ok := common.parse_uri(project_uri, context.temp_allocator); ok { - // Apply the default ols config. + // Apply the requested ols config. read_ols_initialize_options(config, initialize_params.initializationOptions, uri) // Apply the global ols config. |