fortls icon indicating copy to clipboard operation
fortls copied to clipboard

Implement workspace/configuration

Open gnikit opened this issue 2 years ago • 1 comments

Add https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeConfiguration I think I should be able to pass the settings dictionary that gets converted into attributes. I might have to do an update after reading the in the configuration file to make sure everything is synchronized.

gnikit avatar May 13 '22 13:05 gnikit

This should be disabled and implement the push-style configuration workspace/configuration. Adding a noop should suffice.

gnikit avatar Jun 21 '22 18:06 gnikit

Fixed in 6e7a2c8

gnikit avatar Nov 18 '22 07:11 gnikit