Skip to content

Add ability to preview non cached variable value when Ctrl is pressed #1346

@AdamNaj

Description

@AdamNaj

Expected Behavior

When hovering over a variable it should be possible to retrieve its latest version from the server.

Actual Behavior

Due to a much-needed optimization introduced in #1065, the variables fetched from the server are cached in Local storage in the browser. They are cleared quite frequently e.g. on every script host output but sometimes it's necessary to monitor them more closely.

The goal of the improvement is to implement the ability to ignore the cache and always use the latest version from the server when the user presses the Ctrl key before hovering over a variable.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions