Alberto Pérez de Rada Fiol
Alberto Pérez de Rada Fiol
From the base folder of the extension, in a terminal: 1. `yarn` 2. `code .` Once VS Code opens: 1. `F5` I believe it should be enough with that, let...
Hey @dnwerner, sorry for the very late reply, I was busy finalizing my PhD and other stuff. Sadly, there has never been a reply by the VS Code guys regarding...
Maybe when working on this stronger requirements should be set on password validation.
Thanks for the kind words @PliniLeonardo! In principle there should be no problem using the extension in conjunction with the [Remote - SSH extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh). Please let me know if you...
Hey @linev! All your work here is incredible!! Thank you so much! I don't have much time now to go through everything, but I'll try to get to it as...
I've finally been able to take a look at the PR! For these changes to also work when the extension runs in remote environments, `vscode.workspace.fs` should be used instead of...
> > For these changes to also work when the extension runs in remote environments, vscode.workspace.fs should be used instead of regular fs. > > What kind of remote environments?...
Yes, I believe one should be able to detect the remote environment. However, I don't think one could use http requests like you can do when JSROOT runs in the...
Yep! Let's see if the people from VS Code reply, and then we can see how to move forward :slightly_smiling_face:
Hi @lukavom! I can indeed reproduce the issue. I'm adding @linev to the conversation because `JSROOT` is doing all the work here. Maybe this is related to #10?