You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user/developer I often want to modify a gizmo or view the data. To do this, you currently need to either grab the root code and/or data urls, open them in VS Code, and navigate down to the documents you're interested in (which can be several levels deep), or you can use the chrome developer tools to find the relevant realm-ui element, and open its urls in VS Code - which is non-obvious, clunky, and slow.
Instead, this issue will implement a context menu which contains "Edit source" and "Edit data" options when a gizmo is right-clicked, which opens source and data documents in VS Code.
The text was updated successfully, but these errors were encountered:
As a user/developer I often want to modify a gizmo or view the data. To do this, you currently need to either grab the root code and/or data urls, open them in VS Code, and navigate down to the documents you're interested in (which can be several levels deep), or you can use the chrome developer tools to find the relevant
realm-ui
element, and open its urls in VS Code - which is non-obvious, clunky, and slow.Instead, this issue will implement a context menu which contains "Edit source" and "Edit data" options when a gizmo is right-clicked, which opens source and data documents in VS Code.
The text was updated successfully, but these errors were encountered: