- Fix inner extension name and getting a path to resolve a Language Server
- Show more info about language server and extension
- Update dependencies
- Use net5.0 and F# 5
- Handle
tuc
files only (Domain.fsx
files are handled by LS itself) - Handle
tuc/domainResolved
notification
- 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
- Add code completion for tuc keywords
- Mark escaped characters in string
- 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
- Add logo
- 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
- Initial release