Willem Jan

Results 22 comments of Willem Jan

I have created below workaround until this bug is fixed. It includes a task that will copy .azuredatastudio/settings.json to the user settings. Maybe it's an option for others running into...

Could be related indeed. If I pass the -EnableConsoleRepl switch everything crashes and burns so I'm not passing that flag. Would that cause suppression of output though pses dap?

Hi @andyleejordan, Getting back to doing some powershell debugging; seems like some improvements were made on the above topics! I can see stdout and stderr output now: ``` [debug-adapter stdout]...

For posterity: I found a way to make it work using Baleia: ``` lua { "m00qek/baleia.nvim", tag = "v1.4.0", config = function() local baleia = require("baleia").setup() vim.api.nvim_create_user_command("Baleia", function() baleia.automatically(vim.fn.bufnr("%")) end,...

@rcarriga any feedback on this? Thanks!

> Thanks for the PR! Overall love the idea, just some minor fixes/changes. I also think this would make sense as part of the state consumer and in the state...

@jacegummersall thanks for getting back! I understand I create an AAD app to protect my app, but then I grant access to the secure webhook AAD SPN in my tenant...

I recently got back to this and I see that indeed if the creator of the action group is not an owner of the AAD application, it will return the...

Or have a command to clear out notifications :smile:

I solved it using [tblib](https://pypi.org/project/tblib/). It allows the pickling of exceptions. If I call it right before the exception gets send, I don't need to clear exc_info. ``` if record.exc_info:...