Microsoft/vscode
在 GitHub 查看Syntax highlighting randomly breaks in inlineSuggest preview
Open
#234,963 建立於 2024年12月2日
bugghost-texthelp wantedinline-completions
倉庫指標
- Star
- (74,848 star)
- PR 合併指標
- (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)
描述
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.3
- OS Version: Windows 11
Steps to Reproduce:
- Enable
editor.suggest.previewandeditor.inlineSuggest.syntaxHighlightingEnabled - Create JSON file with snippet
- ctrl+space inside
"" - Scroll down to
capturesand notice that it highlights correctly ✅ - Scroll down to
beginCapturesand notice that it highlights incorrectly ❌ - Also notice that holding down shift changes the syntax highlighting ❌
- Also also notice that the position of the real
"(undimmed double quote) moves around ❌
{
"$schema": "https://raw.githubusercontent.com/RedCMD/TmLanguage-Syntax-Highlighter/main/vscode.tmLanguage.schema.json",
"patterns": [
{
""
}
]
}