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

Create a separate editor to allow VS Code remote connections via tunneling #23312

Open
vitaliy-guliy opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
area/editor/vscode Issues related to the Code OSS editor of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.

Comments

@vitaliy-guliy
Copy link
Contributor

vitaliy-guliy commented Jan 13, 2025

Is your task related to a problem? Please describe

It is a subrask for #22706

We need to create a separate editor to allow creating a workspace and initializing code-server on the startup using VS Code command line interface ( CLI ).

On the startup, the editor should propose the user to select an authentication provider ( Microsoft or GitHub ), perform authenticating and open VS Code desktop, connected to the workspace.

The idea is to implement it in the way it is implemented for JetBrains editors.

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response

@vitaliy-guliy vitaliy-guliy added kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. area/editor/vscode Issues related to the Code OSS editor of Che team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs. labels Jan 13, 2025
@vitaliy-guliy vitaliy-guliy self-assigned this Jan 13, 2025
@vitaliy-guliy vitaliy-guliy moved this to 🚧 In Progress in Eclipse Che Team B Backlog Jan 13, 2025
@batleforc
Copy link

batleforc commented Jan 15, 2025

Hi @vitaliy-guliy,
Just found out about your issue, I may have already done something close with a custom CLI.
https://github.com/batleforc/Dev_Cli
https://github.com/batleforc/Dev_Cli/blob/main/apps/dev_cli/src/code/mod.rs

if it can help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/vscode Issues related to the Code OSS editor of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Projects
Status: 🚧 In Progress
Development

No branches or pull requests

2 participants