You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trufos supports template variables in the request, e.g. {{ $randomUuid }} which is replaced with its value on request sending. To indicate that text like that is a variable, we want to highlight it. If possible we also want to show the actual value as tooltip. Monaco supports this using custom tokenization.
Acceptance Criteria
Valid template variables are highlighted in the request
If possible: the actual value is shown as tooltip
The text was updated successfully, but these errors were encountered:
Trufos supports template variables in the request, e.g.
{{ $randomUuid }}
which is replaced with its value on request sending. To indicate that text like that is a variable, we want to highlight it. If possible we also want to show the actual value as tooltip. Monaco supports this using custom tokenization.Acceptance Criteria
The text was updated successfully, but these errors were encountered: