Fix "folder_exclude_patterns" handling with relative project path#2142
Fix "folder_exclude_patterns" handling with relative project path#2142
Conversation
|
Needs more work to handle Windows paths correctly. Doesn't match in this case: |
|
With latest changes it's still not quite right (slashes are not uniform and the leading |
|
I would like to release new version of LSP soon but I think this should be fixed first since it's a new functionality that wasn't released yet. Or alternatively we can revert support for this for now and re-add it later with the fix. I don't think I have patience to deal with file paths right now so might be better to revert for now. |
|
I thought that I had verified my recent "pseudo-fix" for this, but I have tested again now and I can confirm that it doesn't work. Also I've checked out this branch it still seems to be not fixed (I'm on Windows btw). Not sure if it's necessary to revert the other PR, because it also never worked before, and at least it's probably a step in the right direction (sublime pattern -> glob pattern). You could just not mention it in the release notes instead maybe? |
f806ca0 to
90081a4
Compare
Handle relative project path.