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
Positron should have an API that allows extensions to subscribe an event that fires each time the user runs code. The event should include
the language in which code was executed
the code that was executed
any other relevant metadata
This is probably useful for many purposes, but the primary motivation is to make it possible for the Posit Workbench extension to build a feature that connects Positron to Posit Workbench's console auditing feature.
The text was updated successfully, but these errors were encountered:
Would this also be appropriate for Workbench to know when Positron is performing computation or not? Currently, Workbench doesn't have timeouts for VS Code, but if Workbench knows that Positron isn't actively computing something, we could have a pretty safe indication to allow timeout of a session.
Positron should have an API that allows extensions to subscribe an event that fires each time the user runs code. The event should include
This is probably useful for many purposes, but the primary motivation is to make it possible for the Posit Workbench extension to build a feature that connects Positron to Posit Workbench's console auditing feature.
The text was updated successfully, but these errors were encountered: