Amir Shiri

Results 24 comments of Amir Shiri

> Doing Ctrl+e and typing `set clipboard terminal` makes copy/paste work fine on Windows Terminal Preview. Works well with Windows Terminal 1.6.10571.0

not sure using clip.exe is a good idea. It corrupts the text in certain scenarios. See https://github.com/microsoft/WSL/issues/4852

Personally, I found `ctrl +e` and `set clipboard terminal` to work perfectly fine, but if for someone it's not working well please see my comment for an alternative tool that...

@frankydee try to set clipboard to internal. If that doesn’t solve the issue try external. When setting external you will also need to configure someplace which clipboard tool should be...

> the keyword to create this syntactical structure should just be extension without any other noun such as class or struct. Exactly.

@ivanbanov thank you so much! It worked! Can you please explain a bit more what is actually going on here? What is the root cause? Why these workarounds help?

> @gregogun I only have a `tsconfig.json` in the root > > @Gorthog if I understood [this comment](https://github.com/microsoft/TypeScript/issues/48212#issuecomment-1205888829) correctly, TS resolves the transitive dependencies as "out of the project" and...

Using nx 18.0.6 i generated the project using ``` npx create-nx-workspace@latest debugging --name debugging --preset nest --appName app --docker true --nxCloud skip ``` and i didn't get any sourcemap generated....

Thanks @bddy, you're right that this will enable debugging - the reason is that `cwd` has the necessary info vscode is missing. However, I didn't mention that my goal was...

@ajeetdsouza I find zi behavior more efficient. when it has just a single match, it just jumps, when it has several matches, it shows me a list and i can...