Sviatozar Petrenko
Sviatozar Petrenko
### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/http (HttpCrawler), @crawlee/basic-crawler (BasicCrawler) ### Feature Add an option to provide a custom http...
### Debug adapter definition and debug configuration { "microsoft/vscode-js-debug", build = "npm install --legacy-peer-deps && npx gulp dapDebugServer && mv dist out", } { "mfussenegger/nvim-dap", dependencies = { "microsoft/vscode-js-debug", },...
Source maps are somehow misaligned. I have a simple test like below: ``` test('test', async () => { console.log('test'); console.log('test2'); console.log('test3'); console.log('test4'); console.log('test5'); console.log('test6'); console.log('test7'); console.log('test8'); console.log('test9'); console.log('test10'); console.log('test11'); console.log('test12');...
**Describe the bug** Using neovim, debugging itself works all fine, unless I restart the session (using `nvim-dap` extension with `require('dap').restart()`). When I restart the session, it hits the first breakpoint...
The problem I have is when I have `buffers` in `sessionoptions` and save/restore a session with some buffers having breakpoints. Apparently, upon restoring session neovim adds buffers to your buffer...
When I use `:S/some/other/gc` it just replaces all of the text without prompting me what to do with each occurence