click
click copied to clipboard
The `edit` utility does not work on Windows for Visual Studio Code
A new editor tab opens with the temporary file but the file is immediately deleted. To reproduce:
- Install Visual Studio Code
- Set the
EDITORenvironment variable tocode
Environment:
- Python version: 3.11
- Click version: 8.1.6
I saw https://github.com/pallets/click/pull/1050 but the value of require_save does not matter
Happy to review a PR, but I won't be able to fix this myself.