Skip to content

Plugin ignores the faulted flag on scripts #125

Description

@Rider-Linden

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions