Create new command to interpolate text into code, to run in the console #5797
Labels
area: console
Issues related to Console category.
area: core
Issues related to Core category.
enhancement
New feature or request
support
In #5747 we've got a feature request for a command similar to
workbench.action.executeCode.console
that would allow someone to interpolate a selection into a bit of code, to run in the console. Something like this:You can already run selected code, but this is about selecting code and then constructing/interpolating a new bit of code to run.
The text was updated successfully, but these errors were encountered: