We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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" ?
The text was updated successfully, but these errors were encountered: