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

Fix loading .editorconfig properties on windows fs fails. #763

Merged

Conversation

Tapchicoma
Copy link
Collaborator

@Tapchicoma Tapchicoma commented Jun 4, 2020

Introduce additional parameter isStdIn to indicate properties are loaded for code that is coming from input.

Previous approach used <stdin> as a last path segment. Apparently < or > is illegal characters on windows filesystem.

Fixes #761

@Tapchicoma Tapchicoma added this to the 0.37.1 milestone Jun 4, 2020
Introduce additional parameter `isStdIn` to indicate properties are loaded for code that is coming from input.

Previous approach used '<stdin>' as a last path segment. Apparently '<' or '>' is illegal characters on windows filesystem.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
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.

0.37.0: InvalidPathException
2 participants