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

Visual Studio Code Web Extension #1

Open
aslakhellesoy opened this issue Sep 7, 2021 · 3 comments
Open

Visual Studio Code Web Extension #1

aslakhellesoy opened this issue Sep 7, 2021 · 3 comments
Assignees
Labels
⚡ enhancement Request for new functionality

Comments

@aslakhellesoy
Copy link
Contributor

GitHub recently integrated Visual Studio Code in the browser. When you press . while viewing a file on GitHub, it opens VSCode.

Users can install additional web extensions, and it would be great to leverage the recent language server / vscode code to build this extension.

This would give GitHub users a first-class editing experience on the web at GitHub.com.

@aslakhellesoy
Copy link
Contributor Author

One way to achieve this is to move all the nodejs code (fs) to a separate @cucumber/language-server/node module. When/if the LSP file system spec gets implemented, we can refactor the code to use that API, and take an implementation as an initialization argument.

@aslakhellesoy
Copy link
Contributor Author

Also relevant: virtual workspaces in VSCode.

@aslakhellesoy
Copy link
Contributor Author

And also relevant: microsoft/language-server-protocol#1264

@aslakhellesoy aslakhellesoy mentioned this issue Sep 27, 2022
7 tasks
@kieran-ryan kieran-ryan added the ⚡ enhancement Request for new functionality label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement Request for new functionality
Projects
Status: In Progress
Cucumber Open
In Progress
Development

No branches or pull requests

2 participants