Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
111 lines (59 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

executable file
·
111 lines (59 loc) · 1.63 KB

Changelog

[0.5.0]

  • fixed syntax highlighting of escape sequences in double-quoted terms

[0.4.9]

  • Warnings/errors are parsed in the terminal as links (jump-to with ctrl+click)

[0.4.8]

  • Fix snippets deprecated version and date formats

[0.4.7]

  • TMLanguage Update

[0.4.6]

  • Regex overhaul & document lint
  • Logtalk linter does not run upon opening a document or workspace anymore (to avoid running multiple instances of Logtalk)
  • F8 performs logtalk_make
  • F9 loads via logtalk_load

[0.3.14]

  • add threaded_cancel/1 highlighting
  • fix 0'\Char number highlighting

[0.3.11]

  • updated for syntax from the distro 3.19.0

[0.3.8]

  • fixed snippets for the date snippet variables introduced in VSC 1.20.0
  • removed donation in README.md

[0.3.7]

  • updated snippets for the date snippet variables introduced in VSC 1.20.0

[0.3.6]

  • updated for syntax from the distro 3.14.0

[0.3.5]

  • cancel of recursive linting

[0.3.3]

  • merged a pr from Paulo Moura

[0.3.2]

  • just use snippet descriptions for hover

[0.3.1]

  • bug fix for 'run tester' and 'run doclets'

[0.3.0]

  • hover information

[0.2.5]

  • merged pr from Paulo Moura

[0.2.4]

  • added saving dirty files before exec commands

[0.2.3]

  • refined commands

[0.2.2]

  • updated readme

[0.2.1]

  • fixed some bugs in terminal

[0.2.0]

  • merged tasks.json commands from the distro

[0.1.5]

  • fixed 2 bugs of snippets generator

[0.1.3]

  • fixed tiny bugs and typos

[0.1.2]

  • tuned linter output

[0.1.1]

  • tried to fix markdown table issue in readme
  • changed compile to load in linter

[0.1.0]

  • Initial release