You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the startup sequence of my LS under VSCode, I noticed that the didChangeConfiguration notification seems to be always sent before the first didOpen. I had the idea to rely on that to get the initial values of my extension settings (to avoid passing them as initialize params, or doing an extra configuration request). But then I realized this behavior doesn't seem to be specified in the LSP. Is it intentional? Can I rely on it? Will it be future proof?
Hi,
Looking at the startup sequence of my LS under VSCode, I noticed that the didChangeConfiguration notification seems to be always sent before the first didOpen. I had the idea to rely on that to get the initial values of my extension settings (to avoid passing them as initialize params, or doing an extra configuration request). But then I realized this behavior doesn't seem to be specified in the LSP. Is it intentional? Can I rely on it? Will it be future proof?
The text was updated successfully, but these errors were encountered: