Enrico Saggiorato

Results 3 issues of Enrico Saggiorato

When I put the mouse over a certain frequency, the info on top right corner shows another quantity. For example, if you try to hover the "200Hz" line, on top...

bug

## Describe the bug I added a `!` custom tag to my yaml.customTags config: ![image](https://github.com/redhat-developer/vscode-yaml/assets/38223745/40ab03b8-e589-47f2-8908-6c491356aea6) But when I try to use it in a YAML file, i get an "unknown...

I am using kotlin-inquirer on a Mac with IntelliJ Idea Community. I have this simple snippet: ```kotlin fun main(args: Array) { val itsOk: Boolean = KInquirer.promptConfirm("Is it ok today?") println("Today...