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
enhancement - define schema for contribute/javaExtensions in package.json. See #1114.
enhancement - add text selection support in code snippet. see JLS#1222.
enhancement - unused imports displayed as faded. See JLS#1219.
bug fix - fixed pasting with multi-cursor. See #1112.
bug fix - organize imports on paste moved to a specific command (ctrl+shift+v - cmd+shift+v on Mac). Removed java.actionsOnPaste.organizeImports preference. See #1115.
documentation - fixed broken link in CONTRIBUTING.md. See #1105