OS: Mac M1 (Pro)
Build Version: 1.21.1
Repro Steps:
- Ensure no folder is currently opened in VS Code.
- Create a Python durable function project.
- Open the generated function_app.py file.
- Verify the file content.
Expect:
The function_app.py file should contain the default scaffolded code for a Python Durable Functions project.

Actual:
The function_app.py file is empty, with no generated content.

More Info:
- This issue does not reproduce on Windows x64.
- This issue does not reproduce if a folder is opened in VS Code and then the project is created inside that folder.
OS: Mac M1 (Pro)
Build Version: 1.21.1
Repro Steps:
Expect:

The function_app.py file should contain the default scaffolded code for a Python Durable Functions project.
Actual:

The function_app.py file is empty, with no generated content.
More Info: