Alex Weininger

Results 249 comments of Alex Weininger

This would be super nice when documenting keymap.c files! +1

Unfortunately, this error is being thrown by the func cli. [See related func cli issues](https://github.com/Azure/azure-functions-core-tools/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+Value+cannot+be+null.+%28Parameter+%27provider%27%29). You could file a new issue on the func cli repo: https://github.com/Azure/azure-functions-core-tools, they might have...

When writing the json file, we shouldn't write properties with values of "undefined".

I'm able to reproduce this myself with PowerShell, as well as with zsh. .NET debugging on macOS has been flakey for a lot of users recently. However, this [workaround](https://github.com/OmniSharp/omnisharp-vscode/issues/4903#issuecomment-993015843) has...

Could you provide any output from the Powershell Extension Logs and the Omnisharp Log output channels? Based on [this comment](https://github.com/OmniSharp/omnisharp-vscode/issues/5279#issuecomment-1158099871), I got it working by adding an empty main.cs file...

Just ran into this while doing some testing, and yeah I agree the experience for installing func core tools on Linux is not great and the suggestions Anthony has made...

On Mac I'm only able to get "restart" to work when I run func start with the following arguments: `func start --javascript --language-worker -- "--inspect=9229"` edit: [found another person who...

Related to https://github.com/microsoft/vscode-azureresourcegroups/issues/316