microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 32 forks source link

An error occurs when creating a static web app on Mac #856

Open v-xinda opened 10 months ago

v-xinda commented 10 months ago

OS: M1 Build Version: 20230814.4 Regression: Not a regression

Repro Steps:

  1. Open the ReactSite project in VS Code.
  2. F1 -> Click "Azure Static Web Apps: Create HTTP Function..." -> Enter the default name.
  3. Create a static web app.
  4. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs.

Screenshot 2023-08-16 at 11 09 42

More Info: This issue does not reproduce on Windows.

v-xinda commented 8 months ago

Verified this issue with the latest build 20231031.1, it also reproduces on the Remote Codespaces environment.