This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is for #6239 to fix hinting for '../' which was exposed by recent file system changes. Added a unit test for this.
This also adds site-root relative path support (i.e. path that start with '/'). Added a unit test for this.
I also fixed a bug I noticed where list was not filtered for initial list. Recipe:
background-image: url("");Results:
Hints list shows all files and folders in the current folder
Expected:
Only files and folders that start with letter typed are listed (which may be none).
Workaround:
Hit Esc key and then Ctrl-space. This works because it uses cached list, which is filtered.