Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@buehler buehler released this 18 Jan 09:54
· 32 commits to master since this release

2.0.0 (2018-01-18)

Performance Improvements

  • Refactoring extension (total overhaul) (#374) (bf34fcb)

BREAKING CHANGES

  • This pull request does improve the performance
    but does also remove some of the features. To address all those memory
    problems, the parser needs some love. To get the extension working for
    now, auto importing and parsing of workspace files is removed from
    the extension. Right now, only code outline view and organize imports is available.
    In a later stage, other features can come back.