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
- Moves the profile/customization code up a level out of the LSP chat activation, since it doesn't make sense there
- Remove the previous onDidChangeProfile handler from the auth setup since it is redundant due to us having it already in onLanguageServerReady()
- Renamed function to onLanguageServerReady() to be more aligned with flare naming
Signed-off-by: nkomonen-amazon <[email protected]>
// Make sure we've sent an auth profile to the language server before even initializing the UI
21
-
//
22
-
// Ideally the handler for onDidChangeRegionProfile would trigger this, but because the handler is set up too late (due to the current structure), the initial event is missed.
23
-
// So we have to explicitly do it here on startup.
0 commit comments