calva icon indicating copy to clipboard operation
calva copied to clipboard

Make it possible to select more than one output destination for each output type

Open PEZ opened this issue 8 months ago • 0 comments

So, if we allow vectors, users can get outout everywhere they want. Like so:

    "calva.outputDestinations": {
      "evalResults": ["webview", "terminal"],
      "evalOutput": "webview",
      "otherOutput": "webview"
    },

PEZ avatar May 05 '25 07:05 PEZ