Visual Studio Code: Is it possible to make a decorations hoverMessage clickable
问题 Hi I am developing an extension for VSCode. I am decorating the text editor and hovering some items. Is it possible to make clickable items at hoverMessage and modify the range according to it. The extension is at: https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates You can see the hoverMessage from the GIF 回答1: Yes, using markdown you can then create a command link that will execute a command when a user clicks on it: import * as vscode from 'vscode'; const myContent = new