-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
publish VS Code extension on extensions marketplace #3930
Comments
I am ready to contribute: |
@RohanVashisht1234 If you can send us a PR to extend https://github.com/carbon-language/carbon-lang/tree/trunk/utils/vscode with your changes, that'd be ideal. Note that we do require that contributions follow our license rather than GPLv3. With the newest version of VS Code, we can now provide a direct recommendation for use of our extension from within our own repository, without putting the extension on the marketplace: #3951 -- but that only addresses our own internal needs, not those of people using Carbon in other repos. |
Sure, I am making the PR |
Hello, I am a newbie. I am relatively new to open-source contributing. I saw this was a good first issue, so I came here. Is there anything I can contribute to? |
The goal here is to have an official, published version of our VS Code extension on the marketplace. This is mostly a research project: find out what steps we need to follow to set up an official Carbon language account to publish extensions, how to go about publishing an extension, how we can automate that so we don't need manual effort periodically to keep it updated -- and then actually carrying out those steps :) Given that we don't have a concrete list of things to do that we could walk a new contributor through here, I think I was wrong to label this as "good first issue", so I'm removing the label. |
hey @zygoloid, I can look into this one. I have previous experience with publishing VS Code Extensions. |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please comment or remove the This issue is labeled |
We should publish our VS Code extension for Carbon on the VS Code marketplace. We'll need to figure out what steps we need to follow here for publishing it and keeping it up to date.
The text was updated successfully, but these errors were encountered: