Go-to-definition does not select new file in tree
Created by: sqs
Repro:
- Go to https://sourcegraph.com/github.com/eslint/eslint/-/blob/lib/api.js#L9:29
- Hover over the
"./linter"inrequire("./linter")andGo to definition(the URL is https://sourcegraph.com/github.com/eslint/eslint/-/blob/lib/linter/index.js#L1:1)
Actual
You're taken to the correct file, but the file tree sidebar still shows the previous file you were looking at (lib/api.js):
Expected
The file tree should open to and select lib/linter/index.js.
