Add fancy buttons to the vscode status message

This commit is contained in:
Lukas Wirth 2023-03-10 10:13:30 +01:00
parent 0d19ccb3df
commit 2cb60343ed
3 changed files with 31 additions and 12 deletions

View file

@ -188,5 +188,6 @@ function createCommands(): Record<string, CommandFactory> {
runSingle: { enabled: commands.runSingle },
showReferences: { enabled: commands.showReferences },
triggerParameterHints: { enabled: commands.triggerParameterHints },
openLogs: { enabled: commands.openLogs },
};
}