Skip to content

Releases: captbaritone/vscode-implicit-parentheses

0.0.3

30 Aug 04:39
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Clean up and Stability

  • Refactor to use classes in most places
  • Handle case where updates to different files in quick succession could cancel pending (debounced) update for the first
  • More granular updating of config values
  • Don't use lodash
  • Render decorations from cache when switching active files
  • Remove extra output channel noise

0.0.2

25 Aug 06:02
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Don't bother grouping if operators are identical
  • Add parser tests
  • Try to configure parser based on languageId where possible
  • Log parse errors to output

Pre Alpha

24 Aug 04:39
Compare
Choose a tag to compare
Pre Alpha Pre-release
Pre-release

Initial test