Ireneusz Patalas

Results 42 comments of Ireneusz Patalas

I really second that idea! I was actually thinking about writing it on my own - a context which would collect additional debug data which then could be shown only...

Hi, It doesn't seem to be an issue related to node.js version. I have the same behavior on v6.5.0. Getting deleted followed by rename which makes me to workaround the...

What about `vsc.window.visibleTextEditors`? Maybe that helps. I was thinking about opening a PR with that feature as I miss that as well. I also do see other ways of doing...

That would actually work but there is a big flaw in this extension. To analyze AST I don't use entire source code file but only everything from the beginning of...

Good idea, I see TS AST supports this so this will be easy, thanks for suggestion.

This was a result of bugfix for #67. Apparently the fix wasn't perfect. I've redone the fix to apply it only where it makes sense instead of globally and now...

Had a chance to test that? I guess this should no longer be a problem.

Hi, sorry, I already had a very simple solution for that few hours ago but had to go offline :) Anyway I think that fixes the problem: https://github.com/ipatalas/vscode-postfix-ts/commit/c66c8f6213244cd4b067bc8bb6f7b5f6ed48037f All tests...

Kind of fixed `.not` partially: ![bug-83-not](https://user-images.githubusercontent.com/2623329/192056230-fa2549b3-1898-41ab-b8d8-aa87d7823f39.gif) The other alternative doesn't work perfectly (adds one extra new line which shouldn't be there) but maybe I'll find a way. Actually this fix...

It's not a final solution, i didn't push last commit because I'm still trying to figure this out. Anyway I'm advocating this solution to avoid having two places that adjust...