vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

show latest version of action in hover tooltip

Open tjx666 opened this issue 9 months ago • 3 comments

image

like vscode builtin npm package tooltip:

image

tjx666 avatar May 03 '24 16:05 tjx666

I'll leave this open, but someone would have to make a pr.

felipesu19 avatar May 31 '24 19:05 felipesu19

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?

thgh avatar Jun 21 '24 09:06 thgh

Looking into something similar. Would love to lend a hand here.

gdcrocx avatar Aug 11 '24 00:08 gdcrocx