Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 14:30
· 11 commits to master since this release

Commits

  • eb23258: Update the "Known Issues" section in the readme file (Paulo Moura)
  • b1dcad8: Add "Logtalk: Scan Dead Code (workspace)" command (Paulo Moura)
  • b334f01: Add dead_code_scanner tool warnings to the "Problems" pane (Paulo Moura)
  • 46c3a57: Add lgtdoc tool warnings to the "Problems" pane (Paulo Moura)
  • 9ea1800: Add "Logtalk: Generate Documentation (workspace)" and "Logtalk: Generate Diagrams (workspace)" commands (Paulo Moura)
  • 8c2baa3: Code refactoring (Paulo Moura)
  • edc8a1c: Change commands that run the developer tools to require the code to be loaded first (Paulo Moura)
  • 7fa5ef3: Inform the user when commands that spawn processes complete (Paulo Moura)
  • 79b96f8: Add make tool warnings to the "Problems" pane (Paulo Moura)
  • b155c67: Warn the user when no code is loaded for a command that requires it (Paulo Moura)
  • a70d3c2: Improve implementation of user warnings when no code is loaded for a command that requires it (Paulo Moura)
  • 8f54436: Fix taking into account environment settings when spawning auxiliary Logtalk processes (Paulo Moura)
  • 2e3a348: Fix handling of environment settings in temporary Logtalk processes to ensure that VSCode own settings override default process settings (Paulo Moura)
  • 01b2929: Better phrasing of warning message on code not loaded as required by command (Paulo Moura)
  • 05a79dd: Fix off-by-one error when parsing linter warnings lines (Paulo Moura)
  • 523f25b: Add tests compilation warnings and errors to the "Problems" pane (Paulo Moura)
  • 64f5b1a: Add doclet compilation warnings and errors to the "Problems" pane (Paulo Moura)
  • 99325a7: Fix deleting an atom or variable when typing an underscore before the first character (Paulo Moura)
  • 3d9ee5b: Add experimental code lens support for test results (Paulo Moura)
  • ea9a248: Add "Logtalk: Toggle Code Lens" command (Paulo Moura)
  • 4dfe67a: Faster toggling of code lens (Paulo Moura)
  • 5f3236d: Workaround some backends down-casing file paths on Windows when using code lens (Paulo Moura)
  • 01f48d1: Update keywords, bugs URL, and sponsor URL in the extension manifest (Paulo Moura)
  • a5fceb1: Fix event handling errors when toggling code lens (Paulo Moura)
  • 294ac5f: Comment out console debugging messages (Paulo Moura)
  • 711a359: Update readme file section on known issues (Paulo Moura)
  • 5736cc3: Update readme file description of the "Open Parent File" command (Paulo Moura)
  • 2a0cf2d: Add experimental code lens support for entity cyclomatic complexity and "Logtalk: Compute Metrics" command (Paulo Moura)
  • 186438f: Update readme file on Logtalk version requirements (Paulo Moura)