vscode-extension-tutorial
vscode-extension-tutorial copied to clipboard
How can I show the lightbulb?
I implemented CodeActionProvide and got diagnosticCollection right. My diagnosticCollection is shown correctly on the problem column. However, there's no lightbulb. Neither at the problem column nor in the code. How can I show the lightbulb correctly?