Skip to content
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

Missing and raising incorrect error for runner.debug and runner.environment #78

Open
1 of 4 tasks
kachick opened this issue Jun 3, 2024 · 0 comments · May be fixed by #79
Open
1 of 4 tasks

Missing and raising incorrect error for runner.debug and runner.environment #78

kachick opened this issue Jun 3, 2024 · 0 comments · May be fixed by #79
Labels
bug Something isn't working

Comments

@kachick
Copy link

kachick commented Jun 3, 2024

Describe the bug

In runner context, documented runner.debug and runner.environment is handled as an incorrect key.

To Reproduce
Steps to reproduce the behavior:

  1. With this workflow https://github.com/kachick/wait-other-jobs/blob/9777fd46dd0c2782a09cfd067201bdb21529dbbe/.github/workflows/itself.yml#L196
  2. Open in vscode
  3. See error Context access might be invalid:

Expected behavior

  • Should be completed
  • Should not be raised validation error
  • (optional) Hover the descriptions

Screenshots
If applicable, add screenshots to help explain your problem.

image
image
image

Package/Area

  • Expressions
  • Workflow Parser
  • Language Service
  • Language Server

Package Version
v0.3.10

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant