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
Yes, I like this kind of visualization as well. Unfortunately, afaik LSP protocol does not allow us to render anything next to the line number. LSP servers written as a part of an extension can take advantage of having direct access to VS Code API.
Implementing this may still be possible, but I don't see an easy way. I'll keep this issue open and continue to investigate.
One thing I like about another vscode solidity addon is that it puts a⚠️ in the gutter on the line where there are external calls.
Could this be added?
The text was updated successfully, but these errors were encountered: