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

List in VSCode extension marketplace for .cue extension #3

Open
vsekhar opened this issue Jan 30, 2020 · 11 comments
Open

List in VSCode extension marketplace for .cue extension #3

vsekhar opened this issue Jan 30, 2020 · 11 comments

Comments

@vsekhar
Copy link

vsekhar commented Jan 30, 2020

Is it possible to list the extension in the marketplace without associating it with the .cue extension?

Searching the marketplace for just "cue" turns up 4 extensions only one of which is related to the .cue extension.

Would be great if this one was in that list (easier install, auto updates, etc.).

@cameronbraid
Copy link

From searching for other extensions, it appears that the marketplace can support multiple extensions that target the same file name extension

@betawaffle
Copy link
Collaborator

It's totally possible to add the extension to the marketplace with the .cue extension. The only reason it isn't listed yet is because I haven't had any time to figure out what I need to do to publish it, nor the time to actually publish it.

@cameronbraid
Copy link

Sure thing, I totally understand.

And by the way, thanks for the extension, I seem to go blind when my code is monochrome

@mattt
Copy link

mattt commented Apr 3, 2020

@betawaffle Thank you for taking the time to write this plugin! Echoing what @cameronbraid said, programming with and without syntax highlighting for an unfamiliar language is like night and day.

For your consideration, this GitHub Action seems to provide a convenient way to automate publishing without much setup.

@vsekhar vsekhar changed the title List in VSCode extension marketplace without .cue extension List in VSCode extension marketplace for .cue extension Apr 6, 2020
@vsekhar
Copy link
Author

vsekhar commented Apr 6, 2020

It's totally possible to add the extension to the marketplace with the .cue extension. The only reason it isn't listed yet is because I haven't had any time to figure out what I need to do to publish it, nor the time to actually publish it.

Updated issue title.

@myitcv
Copy link
Member

myitcv commented Jul 30, 2021

Can someone who is more familiar with the VSCode Marketplace setup help me understand what is required here?

I'm very happy to help move this issue along, and improve discovery for the CUE project.

@johnallen3d
Copy link

I'd be willing to help get this going. I've been using a somewhat manual process with vsce to package/publish an extension. A couple of things to consider.

  • use a manual or automated process
    • if manual, document the steps
    • if automated, what is the preferred triggering action (tag pushed, release PR merged, GitHub release created)?
  • an organization based Personal Access Token (PAT) will need be needed
  • consider keeping a CHANGELOG so that it's easier to publish release notes

@johnallen3d
Copy link

Regarding triggering an automated release. It looks like CUE is triggering releases on version tag push. That should be easy enough to replicate if that workflow is of interest.

@johnallen3d
Copy link

@RA80533
Copy link

RA80533 commented Sep 26, 2022

@betawaffle, is there anything we can do to help? Is there anyone from the @cue-sh organization willing to assist with the initial steps of publishing the extension?

@tuxity
Copy link

tuxity commented May 16, 2024

Hello everyone, I have made a PR here with the instructions to make it work. Feel free to comment and give feedbacks! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants