microsoft / microsoft/vscode-remote-release
Investigate using Remote-SSH's local server in Remote-Containers
Open
@chrmarti is already working on this.
Since Jun 29, 2023.
containers
feature-request
ssh
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
From https://github.com/microsoft/vscode-remote-release/issues/6137#issuecomment-1017985665.
Options for API:
- Remote-SSH could export API from its
activate()function. It is not clear if a remote resolver can use another extension's API before resolving has finished. /cc @alexdima - Remote-SSH could place a module in its extension folder where Remote-Containers can load it from. (Remote-Containers can lookup Remote-SSH's extension folder using VS Code's extension API.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.