vsDizzy

Results 19 comments of vsDizzy

![image](https://user-images.githubusercontent.com/5798340/113609299-3ecd6700-9654-11eb-8958-8358402d663d.png)

Source locations are different between debuggers: ![image](https://user-images.githubusercontent.com/5798340/113758730-edd57580-971c-11eb-9577-f533114ec924.png) Is it related to `vscode` plugin?

This is hard to reproduce one. It works fine on my end. I guess it is profile related. If you close all instances of chrome and drop/rename your profile dir....

Not remembering last save location is in Chrome by design. It is possible to work around this by using critical Chrome bug. It allows extension do write to any location....

Well. Thanks for the idea and the detailed description. However my extension is really small. And I don't think I want to add complex logic here.

It works online and under `docker run -it node:16 sh` But it fails under remote-containers or locally on Windows. There is `.devcontainer` folder in the example repo above. You can...

This is bad experience when I'm following the [cookbook](https://docs.cypress.io/guides/tooling/typescript-support#Configure-tsconfigjson) and facing this error. Please fix either the documentation or the code.

Oh I'm forgetting to do this every time. Thanks for reminding me @DarrenSem.

Should the 100% value be green? ![image](https://github.com/connor4312/nodejs-testing/assets/5798340/72e88af1-7ebd-4b2a-be66-ae8a32aafc06)

Thanks for reporting this. I am able to reproduce this. The actual error is ``` Error: Don't have permissions required to capture this page. ``` This is something that is...