Nathanael Istre

Results 13 comments of Nathanael Istre

![image](https://user-images.githubusercontent.com/10407645/91200872-bce48b00-e6cd-11ea-8921-6e310a81f2f1.png) You can do this within Visual Studios and built in Python package management. I had issues with it recognizing the installed package while Python installed twice on my machine

You could even make a variable for the ticker and reference the variable where the constant "F" is in the latest code. (This is what I'm going to do)

This doesn't fix the issue for me. After removing the binding for: EditorContextMenus.CodeWindow.GenerateDocumentationComments (and restarting VS) this issue persists for me. I had to resolve it by changing the value...

Is this because of the keyboard mapping scheme? I had an issue where this didn't work for me in VS 19 and was resolved by changing the value in ->...

This is what I have in my `.gitconfig` and the interactive rebase works for me ``` [core] editor = code --wait ``` GitLense Version: 15.1.0 VS Code Version: 1.90.2

I just had a coworker install Gitlens for the first time in VS Code for him to use the Interactive Rebase feature but ran into the same issue, even with...

I wonder if there are similarities between this and #1172

I was dealing with a similar issue until I found the GitLens: Toggle Line Blame Command: ![Image](https://github.com/user-attachments/assets/5c32df67-c8b7-4bde-bc41-bb8fb6af08e8) My guess is at some point I toggled it without realizing it.

I also have this same issue while other actions related to remote work as expected. @kiranjd Can you please add the label: `potential-bug` to this issue to get this on...

Do you have `"nx": {}` in your root package.json. I started encountering this issue when I added the `nx` to the root package.json and the error goes away when I:...