github / github/vscode-github-actions
Expression syntax highlighting doesn't seem to respect comments
- 主要语言
- TypeScript
- 星标
- 660
- 派生
- 213
- PR 合并指标
- 30 天内没有已合并 PR
描述
**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`
贡献指南
调研方向
Start by reproducing the issue with the YAML example in the report using extension version v0.25.6, then inspect the extension's syntax-highlighting implementation and any related tests. Done means the commented expression line is highlighted as a comment without breaking expression highlighting elsewhere; no specific file or test is named in the report.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, vscode
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 43/100