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

[ALPHA] Test Headwind 2.0.0 #122

Open
praveenperera opened this issue Apr 22, 2021 · 19 comments
Open

[ALPHA] Test Headwind 2.0.0 #122

praveenperera opened this issue Apr 22, 2021 · 19 comments

Comments

@praveenperera
Copy link
Contributor

praveenperera commented Apr 22, 2021

Please test this out and let me know if there's any problems.

If there's no problems i will publish v2.0.0 on May 1st

headwind-2.0.0.vsix.zip

@edilsonborges
Copy link

I was experiencing a bug (sort of) that the features wasn't working in single quotes. Installed this version and now is working fine. Thanks! 😊

@petertriho
Copy link
Contributor

@praveenperera I'll see if I can get a pull request going over the weekend to add github actions to build/publish the vsix

@praveenperera
Copy link
Contributor Author

praveenperera commented Apr 23, 2021

@petertriho that would be nice, but I don’t think I want all commits to master being published. I rather give some time for people to test it out. Like we are doing right now.

I like the idea of making more periodic releases.

What do you think about keeping a production branch, the actions can build and publish off of that?

@petertriho
Copy link
Contributor

petertriho commented Apr 23, 2021

Can have actions build off tags, releases or commits

I think it's best the actions build off releases

@praveenperera
Copy link
Contributor Author

That’s true, building off tags makes more sense.

@petertriho
Copy link
Contributor

petertriho commented Apr 23, 2021

https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release

Could do something like:

  • build on tag event for people to test
  • rebuild + publish on release event

@praveenperera
Copy link
Contributor Author

I will publish on Wednesday May 5th this week

@praveenperera
Copy link
Contributor Author

Hey @ryanhhhh I don't have the permissions I need to publish the new version (I thought I did). Could you publish it? Thanks

@jayarjo
Copy link

jayarjo commented May 14, 2021

@praveenperera is it out already?

@praveenperera
Copy link
Contributor Author

@praveenperera is it out already?

No, I need @ryanhhhh to release or give me some more permissions on vscode marketplace so I can do it myself

@iKlsR
Copy link

iKlsR commented May 20, 2021

@ryanhhhh Can you take a look at this? Thanks.

@rushi
Copy link

rushi commented Jun 6, 2021

@praveenperera What new features does your release have over this repo?

@BennaceurHichem
Copy link

@praveenperera JIT mode doesn't work in this release
having this:
class="w-[120px] block mr-1 border-gray-300 mr-1rounded-md focus:border-indigo-500 sm:text-sm focus:ring-indigo-500"
block all the sorting due to w-[120px] class which is a JIT mode class, please let me know if there is a fix for that

@pelletencate
Copy link

@praveenperera Is @heybourn still supporting this repository? (And if so, what's the holdup here?) His last commit dates from November 2020 last release to marketplace was in January 2021; It appears that you've been giving Rustywind its fair share of updates in the mean time, but I've been forced to pin it to v0.6.7 to keep it compatible with currently avaailable Headwind.

@rushi
Copy link

rushi commented Sep 21, 2021

I think if @praveenperera can just release his own forked extension and publish it on the marketplace it would be good since he seems to be much more active?

Thoughts?

@DerekLoop
Copy link

@praveenperera Hi! Any update on the JIT mode? I realize that Headwind is broken for JIT mode, but I couldn't sort the RegExp myself.

@phacks
Copy link

phacks commented Jan 3, 2022

For anyone wondering how to install the 2.0.0 Alpha, here’s the command (to run after unzipping the file provided by @praveenperera in the original post):

code --install-extension headwind-2.0.0.vsix

If you don’t have the code CLI installed yet, you can follow these steps from the docs: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line

@maxfenton
Copy link

Is the 2.0.0 alpha working for anyone with JIT classes? It does nothing for me.

@bilogic
Copy link

bilogic commented Aug 4, 2022

@praveenperera

How about turning this into Headwind2 on the marketplace? Thank you

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