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
after the recent update to VSCode v1.38 the popups, that appear when I hover over an ColdFusion tag with the mouse, look differently. I'm pretty sure before they contained the CFLint result and an explanation of the CF keyword. Now, the CFLint result is missing and the explanations displays a placeholder for images.
The text was updated successfully, but these errors were encountered:
The diagnostic showing in hover is something that comes free with a diagnostic and not something controlled directly. In my testing, it is still there, but at the bottom. I thought they used to be at the top. I think microsoft/vscode#73120 covers this issue.
The explanation of the keyword is unrelated to this extension. The placeholder images issue you're seeing from that is resolved for VS Code v1.38.1.
Hi,
after the recent update to VSCode v1.38 the popups, that appear when I hover over an ColdFusion tag with the mouse, look differently. I'm pretty sure before they contained the CFLint result and an explanation of the CF keyword. Now, the CFLint result is missing and the explanations displays a placeholder for images.
The text was updated successfully, but these errors were encountered: