Skip to content

show latest version of action in hover tooltip #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tjx666 opened this issue May 3, 2024 · 3 comments
Open

show latest version of action in hover tooltip #326

tjx666 opened this issue May 3, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tjx666
Copy link

tjx666 commented May 3, 2024

image

like vscode builtin npm package tooltip:

image
@felipesu19
Copy link
Contributor

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

@felipesu19 felipesu19 added good first issue Good for newcomers help wanted Extra attention is needed labels May 31, 2024
@thgh
Copy link

thgh commented Jun 21, 2024

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?

@gdcrocx
Copy link

gdcrocx commented Aug 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Backlog 🗒
Development

No branches or pull requests

4 participants