Is there a plan to implement IEditorSupport so we can use the “vscode.openWith” verb? We’ve been reviewing some plugins we’d like to use, and it appears one uses the above command to no avail.
We’ll patch around it right now, but it would be great to know if anyone is looking into this.
I worked it out - there is a “vscode.openWith” command that the Jupyter extension invokes which isn’t implemented by Theia; right now we’ve patched around it with just using “vscode.open”. When we have a moment we’ll see if we can implement the “vscode.openWith” command.