vscode-github-actions
vscode-github-actions copied to clipboard
show latest version of action in hover tooltip
like vscode builtin npm package tooltip:
I'll leave this open, but someone would have to make a pr.
I was looking to tackle this and found some potentially related code.
The current hover tooltip text is defined in languageservices/workflow-parser/src /workflow-v1.0.json.
The current hover tooltip contains a link that is generated in languageservice document-links.ts
There is something async happening for step-uses
in languageserver/src/description-provider.ts
Do you think this approach would work? In which file does it belong?
Looking into something similar. Would love to lend a hand here.