FS#66684 - VSCode SSH extension API error

Attached to Project: Community Packages
Opened by Justin (modzilla) - Sunday, 17 May 2020, 09:59 GMT
Last edited by freswa (frederik) - Sunday, 17 May 2020, 15:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When using the community vscode (code) package the Microsoft-SSH extension doesn't run because it needs access to the "ProposedApi". This can either be worked around by starting it with a flag or by allowing the access in the product.json file at compile-time.


Additional info:

I modified the official product_json.diff to add the exception and after compilation it works as expected. https://pastebin.com/aAQ6V5Np

Steps to reproduce:

1. pacman -Syy code
2. Run it and press Ctrl + Shif + X
3. Search for SSH and install the official "Remote - SSH" from Microsoft
4. After installation press F1 and type Remote-SSH and press enter
5. For additional debug output run "code-oss --verbose" and to work around this issue run "code-oss --enable-proposed-api ms-vscode-remote.remote-ssh"
This task depends upon

Closed by  freswa (frederik)
Sunday, 17 May 2020, 15:51 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#65627 

Loading...