CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.
https://commanddash.io
Apache License 2.0
229 stars 44 forks source link

[Feat]: Support for VSCodium #282

Open quasar-pankaj opened 1 month ago

quasar-pankaj commented 1 month ago

Describe the problem and solution that you'd like.

Command Dash is not available in VSCodium so I went to the vscode marketplace and downloaded the .vsix file and installed it in VSCodium. So far so good. To activate it I tried to log into my GitHub account by clicking the button in the panel. This appears to have worked on Windows but on Linux the URL is not understood. Can you add support for VSCOdium?

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

No response

samyakkkk commented 1 month ago

thanks for reporting this @quasar-pankaj. Would you be open to helping us out add VSCodium support?

Happy to assist in the process.

Siddhant-K-code commented 1 week ago

More context & details on this:

Context

Unfortunately, as Microsoft prohibits usage of the Microsoft marketplace by any other products or redistribution of .vsix files from it, in order to use VS Code extensions in non-Microsoft products, we kindly ask that you take ownership of the VS Code extension namespace in Open VSX and publish this extension on Open VSX.

What is Open VSX? Why does it exist?

Open VSX is a vendor-neutral alternative to the MS marketplace used by most other derivatives of VS Code like VSCodium, Gitpod, OpenVSCode, Theia-based IDEs, and so on.

You can read on about Open VSX at the Eclipse Foundation's Open VSX FAQ.

How can you publish to Open VSX?

The docs to publish an extension can be found here. This process is straightforward and shouldn't take too long. Essentially, you need an authentication token and to execute the ovsx publish command to publish your extension. There's also a doc explaining the whole process with an example GitHub Action workflow.

samyakkkk commented 1 week ago

Thanks @Siddhant-K-code for this context. We will start the process and update. Thanks.