Skip to content

Releases: TypedUseCase/tuc-extension

Version 2.3.1

15 Jun 13:41
87e7b59
Compare
Choose a tag to compare

2.3.1 - 2021-06-15

  • Fix inner extension name and getting a path to resolve a Language Server

Version 2.3.0

15 Jun 12:34
5264eb9
Compare
Choose a tag to compare

2.3.0 - 2021-06-11

  • Show more info about language server and extension

Version 2.2.0

11 Jun 12:34
fc8fc38
Compare
Choose a tag to compare

2.2.0 - 2021-06-11

  • Update dependencies
  • Use net5.0 and F# 5

Version 2.1.0

16 Nov 16:19
672553c
Compare
Choose a tag to compare

2.1.0 - 2020-11-16

  • Handle tuc files only (Domain .fsx files are handled by LS itself)
  • Handle tuc/domainResolved notification

Version 2.0.0

16 Nov 16:13
c68977a
Compare
Choose a tag to compare

2.0.0 - 2020-11-16

  • Change comment.line to comment.line.double-slash
  • Add recommended extensions
  • Upgrade Tuc Grammar
    • Do not mark empty keyword as invalid by a grammar.
    • Add Data read/write operator
  • Show Tuc status item

Version 1.2.0

05 Oct 08:53
a364dee
Compare
Choose a tag to compare

1.2.0 - 2020-10-05

  • Add code completion for tuc keywords

Version 1.1.0

01 Oct 09:04
7c12126
Compare
Choose a tag to compare

1.1.0 - 2020-10-01

  • Mark escaped characters in string

Version 1.0.0

01 Oct 08:48
ddcd694
Compare
Choose a tag to compare

1.0.0 - 2020-10-01

  • Mark texts as strings
    • section name
    • group name
    • if condition value
    • loop condition value
  • Mark tuc name as key.word.other
  • Underline tuc name
  • Fix tuc name with tuc word, which is wrongly marked as invalid
  • Fix link syntax highlighting in strings

Version 0.3.0

11 Sep 17:42
92b508b
Compare
Choose a tag to compare

0.3.0 - 2020-09-10

  • Add logo

Version 0.2.0

10 Sep 08:39
6c3f4e2
Compare
Choose a tag to compare

0.2.0 - 2020-09-10

  • Parse whole participants section
  • Mark one-line notes with start/end and mark left/right sign
  • Add more surrounding chars
  • Format links and tooltips in notes
  • Highlight method and handler calls
  • Highlight read/write data
  • Highlight caller in lifeline
  • Highlight stream for handle