**Describe the bug** In runner context, [documented](https://github.com/github/docs/blob/c4c8f4a03582273871183ce7018f9750731a5a22/content/actions/learn-github-actions/contexts.md?plain=1#L579-L580) `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.    **Package/Area** - [ ] Expressions - [ ] Workflow Parser - [x] Language Service - [ ] Language Server **Package Version** `v0.3.10` **Additional context** - https://github.com/github/docs/pull/19404 - https://github.com/github/docs/pull/32785