Open amirrezaDev1378 opened 9 months ago
Latest commit: 5613faf50e85aa974f8dda295bb319b120e7ae68
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@ericclemmons
This is exactly what I've been hunting for.
I'm trying to find a way to support opening files with vscode and remote ssh, it's protcol should look like vscode://vscode-remote/ssh-remote+host/home/file_to_open
. However, there is a hardcoded ${editor}://file/
in the getUrl
function and no hook to change it. If the awsome PR is merged, my problem's as good as solved!
Another problem that it solves is that JetBrains IDEs may use slightly different web protocols in different versions and OS, this way you can specify your template. @AdoKevin
Is webstorm
an alias for intellij
?
I have published a fork which includes this PR https://github.com/alexgorbatchev/click-to-component-next
Is
webstorm
an alias forintellij
?
You can understand it this way: the URL rules of the two IDEs are the same, only the names are different.
Added support for Webstom and all other editors that support web protocols