-
Notifications
You must be signed in to change notification settings - Fork 194
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
Most VS Code IDE extensions appear to be missing #905
Comments
Hi Steven! 👋 Thanks a lot for opening this issue! Sadly, we currently don’t support any extension store. For the time being, with codeflow being in beta, we support a limited set of extensions that get preinstalled with codeflow. You can only enable/disable them but not install any other extensions. |
@Nemikolh if a set of extensions made the experience better for one of the linked starter projects, what would it take to get compatibility or get optionally included (via configfile?) in the editor?
The starter templatesThe two starter templates are: Thanks! |
Hey @NullVoxPopuli ! Wow I'm replying more than a month after you 🙈 Really sorry for replying you that late. Ok, so right now in the latest version of Codeflow (you might need to clear your cache for this to work properly or you can test in incognito mode at https://stackblitz.com/~/) we use the OpenVSX registry. So if you publish your extensions on https://open-vsx.org/ you should be able to see them in codeflow and verify that everything works. Note that this decision is not final, we might not use the OpenVSX registry when Codeflow is out of beta. But at least it will help with testing. Also, whatever we decide, we'll keep you posted. Now for the Classic editor (which is what you get for the ember starters right now), we cannot add vscode extensions because it's very custom (and very lightweight). |
Describe the bug
It seems like I can't find a lot of extensions in the IDE, for example:
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/SrJSDev/website-main
Steps to reproduce
Expected behavior
I should be able to find the same extensions I can find in vscode.dev at least?
Parity with Local
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: