cschleiden / vscode-github-actions

Simple, unofficial extension to view GitHub Actions workflows and runs in VS Code
https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions
MIT License
302 stars 35 forks source link

Auto complete not working #145

Closed dimoschi closed 1 year ago

dimoschi commented 2 years ago

Auto complete seems to be broken.

Installed versions:

❯ code --version
1.65.2
c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
x64

and GitHub Actions v0.22.0

running on MacOS 12.1

praneetloke commented 2 years ago

I thought it wasn't working for me either but it turns out I made a mistake in the workflow configuration (which I expected the extension to catch.) Basically, I missed out specifying the job name under jobs object. But once I fixed that autocomplete as well as property hints started working again.

cschleiden commented 2 years ago

@praneetloke thanks for the description. looks like the error handling isn't as robust as it should be for those cases. added the [bug] label

Julian88Tex commented 2 years ago

Just installed and also having trouble getting auto-complete to work. Checked on other files just to make IntelliSense is working as expected but seems to just be in these GitHub Workflow files. Still wondering if it's some issue in my VS Code config. Evaluating expressions is working just fine.

cschleiden commented 1 year ago

The original issue filed here should work now. If you're still having issues, please create a new issue.