vscode-abaplint
vscode-abaplint copied to clipboard
inlay hints
inline DATA() types
I believe this should be done in abaplint core, inlay_hints.ts:
results:
If an error in the inlay request is raised, every single user interaction with the editor, even just scrolling through the code, keeps triggering the notification and appending the log to the output:
Also, the option for turning off notifications doesn't seem to be having any effect (not sure if this is a VS or abaplint issue though).
Should I submit these as a separate issues?
any good way to reproduce? might just add a try/catch to ignore the error
I just noticed your reply, sorry. I can see you referenced my comment in a new issue so I guess you managed to reproduce it eventually. Anyway I just had a random local *.prog.abap file open containing a reference to a remotely defined structure while not being connected to my SAP system, and as I mentioned even just by scrolling through the code with the mouse wheel the same notification kept popping up over and over.
@TheLazyHangman try again in a bit