Releases: TypedUseCase/tuc-extension
Releases · TypedUseCase/tuc-extension
Version 2.3.1
2.3.1 - 2021-06-15
- Fix inner extension name and getting a path to resolve a Language Server
Version 2.3.0
2.3.0 - 2021-06-11
- Show more info about language server and extension
Version 2.2.0
2.2.0 - 2021-06-11
- Update dependencies
- Use net5.0 and F# 5
Version 2.1.0
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
2.0.0 - 2020-11-16
- Change
comment.line
tocomment.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
1.2.0 - 2020-10-05
- Add code completion for tuc keywords
Version 1.1.0
1.1.0 - 2020-10-01
- Mark escaped characters in string
Version 1.0.0
1.0.0 - 2020-10-01
- Mark texts as strings
section
namegroup
nameif
condition valueloop
condition value
- Mark
tuc name
askey.word.other
- Underline
tuc name
- Fix
tuc name
withtuc
word, which is wrongly marked as invalid - Fix
link
syntax highlighting in strings
Version 0.3.0
0.3.0 - 2020-09-10
- Add logo
Version 0.2.0
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