You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Hi Team,
how to debug a azure function in VSCode when using funcpack? When I remove the entries in function.json
"_originalEntryPoint": false, "_originalScriptFile": "index.js", "scriptFile": "../.funcpack/index.js", "entryPoint": "messages"
then it works. is there a way to extend launch.json to use the original scriptfile.
a workaround is to set "scriptFile": "index.js", but i am sure there is a better way ...
best
Timo
The text was updated successfully, but these errors were encountered: