Pete Smith

Results 28 comments of Pete Smith

same! I came in thinking that Gitlens was the best , but as I started using IntelliJ, their merge, branch, and changelist features are just superior.

This one really bites me. SSH over VSCode is a killer workflow. Gitlens is often displaying the wrong selected branch, and I have to constantly hit refresh. I have made...

I have been using this with seemingly no problems, can I expect different behavior with the new support, and thanks! ``` "update": "ncu -u -i", "update:workspaces": "npm exec --workspaces --...

Hi, I am working around this by doing my own reverse proxy with http-proxy that simply proxies the https to the http that api mocker supports.What would be perfect is...

I was exactly the same way - until a new requirement forced https in my local env on me. In a way it's good, we are more in parallel with...

I just plop a .prettierignore at every level. It's flexible.

My goal is that the MenuBar never steals focus from the page, I don't know if it is related.

All you need is one .ts file that has: //bar.ts ``` export type foo = {} ``` and another that imports that type with a type import ``` import {...

this is really important - I love ncu but now that we are a monorepo with npm workspaces, I need the -w flag exactly as it is proposed.

I am finding in my pure npm workspaces monorepo this works just great: I have two scripts at the root package. One updates the root, and one updates all the...