Open
Description
OS: Mac (Pro)
Build Version: 20220906.4
Regression: Not a Regression
Repro Steps:
- Create and open a Java project in VS Code.
- F5.
- Check whether no error occurs.
Expect:
No error occurs.
More Info:
- This issue also reproduces for JavaScript and TypeScript projects.
- This issue can be fixed after deleting the below content in the host.json file.
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
}