When I drag image files (e.g., .png, .jpg) from my system file manager into the Explorer panel in VS Code, VS Code automatically opens the file in a new editor tab. This behavior is unexpected and ...
I think the issue is present for any setup, but here's a minimal reproducible example. Run this in python: import playwright import time with playwright.sync_api.sync ...