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
Lines that contain only whitespace can be trimmed after pressing Enter using the new trimLinesWithOnlyWhitespace setting. This defaults to false, i.e. lines are not trimmed. The new behavior more closely matches the native VSCode behavior. See issue 60 for a more complete discussion of the native behavior.
Update development dependencies to handle various deprecations and migrations. This has no effect on the dependencies needed to run the extension, just develop it.