Sviatozar Petrenko
Sviatozar Petrenko
Same. It just doesn't work for ts
I think it would also be convenient to add a CLI flag for generate to override output path, so that you can customize it for nx monorepo/docker build workflow
(not sure if that helps but here is my vitest config) ``` import { cpus } from 'node:os'; import { resolve } from 'node:path'; import isCI from 'is-ci'; import tsconfigPaths...
@NghiaTranUIT is it possible to write plain server url, username, password, port then? I can only see the pac field and my proxy is not pac aware
Hi! Yeah, between 2 sessions. Tried with Python, similar thing - highlights fall off, although no big error (similar [LSP] messages were with vtsls too; buffer 33 is the open...
hi! yeah, it did, although I had to keep opening files and switching for like a minute (but highlights degraded at like the first/second switch)
hi, sorry, I won't be able to assist in debugging due to busy schedule any soon 😔 , so whatever to do with this issue is up to you -...
[dap.log](https://github.com/user-attachments/files/17020878/dap.log)
I've delved a bit more into it and I can actually terminate the debuggee after the first breakpoint with firing 3 terminate commands (and in case of the second breakpoint...
Thanks! Do you imagine some clean way of terminating all the children as well? I tried this: ``` { "dt", function() require("dap").terminate() local all_sessions = require("dap").sessions() for _, session in...