Dave

Results 89 comments of Dave

OK. Will this behavior be changed, or will I need to find a different way to detect duplicate message IDs?

This feature is desperately needed. If you're using BaGet as the single package source, then searching for packages, both in Visual Studio's UI and in BaGet's UI, is completely useless...

If you're using a workspace file (a `.code-workspace` file), then that workspace file has its own settings. Take a look here: https://code.visualstudio.com/docs/editor/multi-root-workspaces#_settings

> We use the following url at work > https://tfs.companyname.net/tfs/ If that's an Azure DevOps Server URL, then you should configure that URL in settings.json. See [On-Premise Servers](https://github.com/reduckted/vscode-gitweblinks#azure-devops-server)

Windows 10.0.19044 is the latest version as far as I'm aware. I tried to come up with some specific steps to reproduce the problem before I created this issue, but...

@petterhoel Thank you for pointing out the console errors. I hadn't realized that they might be coming from the Redux DevTools extension. I've added `'unsafe-inline'` to the `script-src` directive in...

FWIW, there's a duplicate issue for this in the TSLint repo: https://github.com/palantir/tslint/issues/3331

The workaround posted by @andrewl-telnyx appears to be working for me. I'm not using puppeteer. All I had to do was add this to my config: ```javascript browsers: ['HeadlessChrome'], customLaunchers:{...

Sorry, should have mentioned that. I'm actually on Windows 10.

I just want to chime in and say that I'm experiencing this issue as well. I haven't been able to reproduce it reliably yet, but I'll keep trying and once...