FS#63374 - [code] VSCode built without remote container support enabled

Attached to Project: Community Packages
Opened by Josh Robson Chase (jrobsonchase) - Monday, 05 August 2019, 15:03 GMT
Last edited by Filipe Laíns (FFY00) - Monday, 19 August 2019, 05:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:

The `enable-proposed-apis.diff` enables ssh support, but not containers.
The value `"ms-vscode-remote.remote-containers"` needs to be added to the `extensionAllowedProposedApi` list.

Additional info:
* package version: 1.36.1-1
* config and/or log files etc.
* link to upstream bug report: https://github.com/microsoft/vscode-remote-release/issues/1097
Image    patch (1.8 KiB)
This task depends upon

Closed by  Filipe Laíns (FFY00)
Monday, 19 August 2019, 05:26 GMT
Reason for closing:  Won't implement
Image Comment by Josh Robson Chase (jrobsonchase) - Monday, 05 August 2019, 15:18 GMT
While we're at it, might as well enable `ms-vscode-remote.remote-ssh-explorer` as well.
Image Comment by Massimiliano Torromeo (mtorromeo) - Wednesday, 07 August 2019, 18:44 GMT
This should be moved to the "Community packages" project
Image Comment by Eli Schwartz (eschwartz) - Wednesday, 07 August 2019, 23:19 GMT
  • Field changed: Attached to Project (Arch Linux → Community Packages)
Note: if you followed the "Add New Bug" link on the package details page, it should have set the right "Project" automatically!
Image Comment by Filipe Laíns (FFY00) - Monday, 19 August 2019, 05:26 GMT
I don't have time to add every single proposed API to the build. Just enable it manually.

$ code-oss --enable-proposed-api ms-vscode-remote.remote-containers

Loading...