Eric Jizba

Results 105 comments of Eric Jizba

Here's the issue tracking Apple Silicon support in core tools: https://github.com/Azure/azure-functions-core-tools/issues/2834 We have seen some users report success running in x64 emulation, but I don't know the particulars and I...

The logic apps extension started out as a clone of this extension and that's why there are so many conflicting problems like this. Unfortunately we've never got them to fix...

What is your desired behavior in this situation? Just prompt to select the function app each time?

An extension cannot control the marketplace page. This issue should be filed on VS Code: https://github.com/microsoft/vscode/issues

@ankitkumarr @ahmelsayed @soninaren any ideas on this one? Is there some PowerShell script that isn't getting signed for v3?

Filed https://github.com/Azure/azure-functions-core-tools/issues/1821 to track this on the core tools side

We already do something similar for Python (pip install), so js/ts could be modeled after that. A few reasons I like this: 1. Users will get a 'clean' project as...

Signing into multiple accounts is being tracked here: https://github.com/microsoft/vscode-azure-account/issues/42

@mtycholaz can you elaborate on what you want from a publishing profile? We have several VS Code settings that provide similar functionality to VS publishing profiles, so there might not...

We've seen a number of PowerShell debugging issues filed lately. It seems they might all have the same root cause: https://github.com/PowerShell/PowerShellEditorServices/issues/1295, see [this comment](https://github.com/PowerShell/PowerShellEditorServices/issues/1295#issuecomment-733237434) in particular. I'll use this issue...