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

Most VS Code IDE extensions appear to be missing #905

Open
1 task done
SrJSDev opened this issue Nov 23, 2022 · 3 comments
Open
1 task done

Most VS Code IDE extensions appear to be missing #905

SrJSDev opened this issue Nov 23, 2022 · 3 comments
Labels
codeflow enhancement New feature or request

Comments

@SrJSDev
Copy link

SrJSDev commented Nov 23, 2022

Describe the bug

It seems like I can't find a lot of extensions in the IDE, for example:

image

image

Link to the blitz that caused the error

https://stackblitz.com/~/github.com/SrJSDev/website-main

Steps to reproduce

  1. Click on extensions nav button.
  2. Search for a common extension.

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

Version = 1.67.0
Hash = 40603cd0cd84e51490d28f902af3e08d06c91f94
WebContainer = 941190b75fe27478c48b7636412114d6f16f0616

Browser name  = Chrome
Full version  = 107.0.0.0
Major version = 107
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; CrOS x86_64 15117.111.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 139383942,
  "usedJSHeapSize": 127762370,
  "jsHeapSizeLimit": 2020868096
}

Additional context

No response

@Nemikolh
Copy link
Member

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.

@NullVoxPopuli
Copy link

NullVoxPopuli commented Aug 16, 2023

@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?
In particular, I'm looking to have

The starter templates

The two starter templates are:

image

Thanks!
(Also I'm willing to submit PRs)

@Nemikolh
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeflow enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants