Jason Williams
Jason Williams
https://github.com/microsoft/vscode/pull/165765 is now merged
Thanks for raising @Lucid-A It’s something I’ll have to think about, parsing for a specific note type may be out of scope to be honest as it’s very customary. I’ll...
Thanks for raising this @massimo-cassandro We currently always show that option whenever backticks are opened inside a "TypeScript React" or "JavaScript React" file. I don't think there's an easy way...
https://github.com/styled-components/vscode-styled-components/blob/main/CONTRIBUTING.md
Would also love to see this, but can understand that it may need to be implemented one level lower. Discussions: - https://discourse.llvm.org/t/rfc-support-debugging-child-processes/65506 - https://discourse.llvm.org/t/rfc-more-complete-multiprocess-support-in-lldb/61061/10
@thebestnom I tried the extension, it does seem to work but uses too much memory and eventually crashes on large applications that spawn many processes (like Chromium). I will continue...
Thanks @thebestnom I've added an idea here https://github.com/thebestnom/vscode-auto-attach-child-processes/issues/1. As for follow fork, you're right, that won't be useful for this usecase
Thanks for this @lastmjs its quite informative. So I think we need to do a few things here: - It would be good to have some benchmarking framework that builds...
@lastmjs it would be good to see https://github.com/GoogleChromeLabs/jsvu be used so we can test against engines other than quickjs here is an example https://github.com/mathiasbynens/string-prototype-replace-regexp-benchmark/blob/main/bench.sh would be good to see something...
> are you suggesting combining those benchmarks with jsvu so that we run the benchmarks against various engines in CI? Yes I'm suggesting this. Do you have a link to...