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

Make prettier work on Windows #1987

Merged
merged 3 commits into from
Sep 3, 2017
Merged

Conversation

maxfie1d
Copy link
Contributor

This PR resolves #1961.

Windows doesn't have unix commands like xargs, find, so it fails to run prettier.
This change ahieves the same thing using only git commands, so it will be work also on Windows.

add comments

do not use lambda expression

run prettier

use LF

fix?
@maxfie1d
Copy link
Contributor Author

I ran prettier, but the build fails. I have no idea...

@jpoon
Copy link
Member

jpoon commented Aug 29, 2017

As the error indicates, can you try "Compile with gulp first? Are there any changes after you run gulp?

@Chillee
Copy link
Member

Chillee commented Aug 30, 2017

I don't think this is your fault. It's failing on master too.

@Chillee Chillee merged commit 8f30d58 into VSCodeVim:master Sep 3, 2017
@maxfie1d maxfie1d deleted the win-prettier branch September 3, 2017 14:19
This pull request was closed.
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

Successfully merging this pull request may close these issues.

gulp prettier does not work on Windows
3 participants