Repo: plugin
Labels: bug, ui
Summary
The viewer reports whether a script has a runtime fault. The plugin receives the flag and does
nothing with it.
Evidence
The viewer emits faulted for every script in every inventory payload
(llpublishedobjectmgr.cpp ~710). ObjectInventoryItem in
src/vscode/objectcontentinterfaces.ts now declares faulted?: boolean, but no code reads it.
Impact
In the Object Explorer a faulted script is indistinguishable from a healthy stopped one. Users
have no way to see that a script has failed.
Proposed fix
Surface the faulted state in the Object Explorer — icon, label decoration or tooltip.
Repo: plugin
Labels: bug, ui
Summary
The viewer reports whether a script has a runtime fault. The plugin receives the flag and does
nothing with it.
Evidence
The viewer emits
faultedfor every script in every inventory payload(
llpublishedobjectmgr.cpp~710).ObjectInventoryIteminsrc/vscode/objectcontentinterfaces.tsnow declaresfaulted?: boolean, but no code reads it.Impact
In the Object Explorer a faulted script is indistinguishable from a healthy stopped one. Users
have no way to see that a script has failed.
Proposed fix
Surface the faulted state in the Object Explorer — icon, label decoration or tooltip.