Unable to find pigweed extension (pigweed.pigweed) in VSCode extension marketplace #7295
Unanswered
jared-ramirez
asked this question in
Q&A
Replies: 1 comment
-
code-server uses Open VSX, because the Microsoft marketplace cannot be used with code-server for legal reasons. The extension developer will need to push their extension to Open VSX (https://open-vsx.org) for it to be available in code-server. Or, if you have the |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I am trying to get started with Pigweed and need the associated Pigweed extension in VSCode to start development.
Link to extension in marketplace: https://marketplace.visualstudio.com/items?itemName=pigweed.pigweed&ssr=false#overview
I have tried searching using "pigweed" and "pigweed.pigweed" and even "pigweed.pigweed-vscode" (the legacy versions), but none appear in the marketplace search. I also have it in my extensions.json file under "recommendations", but that doesn't trigger VSCode to ever recommend it to me. I put a test extension (Jupyter) in my recommendations section of my extensions.json file and it does show up. This makes me think that my version of the VSCode extension marketplace simply doesn't have the pigweed extensions. So is there a way to update the extension marketplace?
My code version is 1.98.2 and I am using it through code-server
Beta Was this translation helpful? Give feedback.
All reactions