- VSCode Version: 1.38.0
- OS Version: macOS Mojave 10.14.6
Steps to Reproduce:
- Create a new file with the following code
module.exports.test = async () => {
return 123;
}
module.exports.test();
- Cmd + Click on the usage of function
- Panel shows up with 2 definitions, although the references to the definitions are for the same file at the same line
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes