github / github/vscode-github-actions
Expression syntax highlighting doesn't seem to respect comments
Open
bug
- Dominant language
- TypeScript
- Stars
- 660
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Here, this line should appear as a comment:
**To Reproduce**
Here's the text:
```yaml
update-rust-toolchain:
runs-on: ubuntu-latest
# Don't run on forks; will attempt to create a PR into the fork...
# if: ${{ !github.event.pull_request.head.repo.fork }}
```
**Extension Version**
`v0.25.6`
Contributor guide
Assessment
This issue has not been assessed yet.