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
Fix capitalization of keys in initializationOptions (#3987)
While the TypeScript LSP client library didn’t lowercase the first
letter of these properties, unfortunately OmniSharp’s stdio client (used
for end-to-end testing) did, and so this was the easiest solution.
0 commit comments