Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open extension from url #577

Open
cosentino-smeup opened this issue Sep 19, 2024 · 0 comments
Open

open extension from url #577

cosentino-smeup opened this issue Sep 19, 2024 · 0 comments

Comments

@cosentino-smeup
Copy link

I am using the vscode-ibmi extension to work with IBMi systems and edit source code inside OpenVSCode.

vscode-ibmi has recently introduced a feature to open connect automatically to IBMi and open a file from URL. This feature works only with a local "VS Code" because it uses the following syntax:

vscode://halcyontechltd.code-for-ibmi/open?host=1.1.1.1&path=/home/liama/xyz

This will send a request to the "halcyontechltd.code-for-ibmi" extension, to run the "open" action on host "1.1.1.1" to open file "/home/liama/xyz"

I would like to do the same thing with OpenVSCode.

For example, if my OpenVSCode link is at this URL:

https://myserver.smeup.com:3500/

The syntax to open a file with vscode-ibmi should be something like this (I just invented it to show to concept):

https://myserver.smeup.com:3500/vscode://halcyontechltd.code-for-ibmi/open?host=1.1.1.1&path=/home/liama/xyz

Would it be possible to support the "vscode://" in the URL with "OpenVSCode" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant