-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
[FEATURE] - Support GitHub.dev #461
Comments
This would be super nice to have 👏 Thanks! |
Hi @isidorn , I thought it would be, but I don’t see too much upvotes here so, I guess we may be minority 😆 . That’s the main reason I didn’t update the extension yet. Also because I don’t use github.dev nor vscode.dev as much as I would like to, mostly because it lacks debugging. There are less dependencies today, because I already made a clean up while refactoring the extension to support remotes a few releases ago. So a bunch of The Web Extensions guide and the sample projects gives a good overview on what have to be made. In fact I remember asking for a more focused updating existing extension documentation back then, and the oficial documentation received that. Thanks! BTW, thanks for the kindly offer. If the extension wasn’t closed source, I would definitely accept a PR. I hope to find some free time next month. Thank you |
@alefragnani thanks for the clarification! And good news that there are not a lot of dependencies today. |
I'd really love to have bookmarks enabled for the web version as well. It's not just for github.dev, but for whoever runs vscode in a web environment. |
I'm trying, but facing debug and test issues, unfortunately
Probably some minor issue, I hope |
It seems the "out of sync" issue where know since November 2021 (they marked as duplicate of microsoft/vscode#136242), but the fix will only be available on January 2022 release. |
Hi @alefragnani! I was wondering if you might have any new thoughts on this, now that the January 2022 VS Code release is out? We're happy to discuss if you have questions or feedback. Thank you! |
Hi @bamurtaugh , I just played with this last week and could confirm both issues reported above has indeed been fixed so, I could finally update some of my (simpler) extensions. I do monthly updates of my extensions, so I’m planning the first ones to be available next month. I’m not sure this one will be in the initial pack, but I would like to. BTW, at least two of my extensions can’t support vscode.dev right now, because depend on some VS Code issue:
As I commented above, I don’t use vscode.dev that much. But it doesn’t mean I don’t want to support it. Right the opposite, because I hope end users will. The main reason for me to use VS Code on the web is take advantage of my iPad as a development machine, which means Codespaces, but it still lacks support for debugging VS Code extensions, as you can see here microsoft/vscode#118383. And because Codespaces doesn’t work properly (for me), it is hard to keep pushing the extensions forward or looking for workarounds. But I have hope that these issues should be fixed in the near future. Thank you |
Thanks for the updates and insights, @alefragnani! It's exciting to hear about the extension updates, and the info you've shared makes sense. Please let me know if we can help in any other way. |
Reopening, because I noticed an issue while opening different local folders Depends on microsoft/vscode#146868 |
Just like my other Numbered Bookmarks extension alefragnani/vscode-numbered-bookmarks#130 (comment)
|
Hoping this feature can be made to work on vscode.dev. Regarding the breakpoint sync issues, sometimes the good-old |
The breakpoint issue is not happening anymore, thankfully, but the difficulty to debug is making it impossible to understand why/how to manage the so called default multi-root workspace that vscode.dev has. I'm still looking for vscode.dev news/updates, and I'll retry/retest it from time to time, but it isn't a priority anymore. |
https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/web-extensions.md
The text was updated successfully, but these errors were encountered: