calva
calva copied to clipboard
Make it possible to select more than one output destination for each output type
So, if we allow vectors, users can get outout everywhere they want. Like so:
"calva.outputDestinations": {
"evalResults": ["webview", "terminal"],
"evalOutput": "webview",
"otherOutput": "webview"
},