Flickering when using markdown code block
Open 💬 1 comment Opened Jul 12, 2026 by JKamsker
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.707.31123
What subscription do you have?
PRO
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
https://github.com/user-attachments/assets/6d323680-6077-4963-ae65-12338876d07f
Flickering chat
What steps can reproduce the bug?
````
Rider:
server.Hooks.On<MonsterAggroEvent>()
.Where(e => e.Distance <= 4)
.Select(e => e.MonsterId)
.Run((monsterId, ctx) => ctx.Messages.Send(monsterId, "calm:inline"));
debug values:
e_MonsterId = {String} monster-1
e_PlayerId = {String} player-2
e_Distance = {I32} 3
e_MonsterLevel = {I32} 8
e_PlayerLevel = {I32} 3
$dotboxd.select.5700 = {String} <unassigned>
- e_* should be an expandable tree item showing properties like in a real debugger
- Run: monsterId is not visible in the debugger. Trying to evaluate it yields `
org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unknown or unassigned sandbox variable 'monsterId'.` - I want to see whats in ctx like in a real debugger
- I want intellisense showing me the properties inside a variable
Try to also apply to vs26
````
What is the expected behavior?
Not flicker
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗