Testing #44460 Version 1.21.0-insider Commit 9a04587cc6b42c332609a08bfd7e2dbeac592c21 Date 2018-03-01T06:47:39.037Z - create `foo.html`, `bar.html` in a folder - in `foo.html' have ``` <a href="./boo.html" ``` and do code completion after `b`. -> should show `bar.html` as a proposal. Accepting the proposal should replace `/boo.html` with `./bar.html` This would be consistent with other html completions, e.g. set the cursor inside `href` and pick `hreflang`