<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> - VS Code Version: 1.55.1 - OS Version: Windows 20h2 From #43646 ```js const elementsContainer = document.querySelectorAll('ul'); elementsContainer.forEach((e) => { e.addEventListener('dragenter', (e) => { e.currentTarget. }); }); ``` 1. Try triggering suggestions for `closest` 