microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Fail to debug a MSSQL Durable project created with TypeScript/JavaScript Model V4 on M1 #4147

Open v-xinda opened 4 months ago

v-xinda commented 4 months ago

OS: Mac (M1) Build Version: v1.14.4-alpha.0 Regression: Not a Regression

Repro Steps:

  1. Create a MSSQL Durable project with the JavaScript Model V4.
  2. F5.
  3. Check whether succeeds to debug the MSSQL Durable project created with JavaScript Model V4.

Expect: Succeed to debug the MSSQL Durable project created with JavaScript Model V4.

Actual: Fail to debug the MSSQL Durable project created with JavaScript Model V4. image

More Info:

  1. This issue also reproduces for TypeScript language.
  2. This issue doesn't reproduce for JavaScript Model V3 and other languages.
  3. This issue doesn't reproduce for Azure Storage and Netherite types.
  4. This issue doesn't reproduce on Windows and Linux.
v-meilei commented 3 weeks ago

This issue also reproduces for the JavaScript/TypeScript Model V3 project on the extension v1.15.4-alpha.0.