Closed Description KaivG openedonMar 13, 2024 Update: I tested with Gitkraken and it has the same issue. So this may be a problem with git rather vscode Does this issue occur when all extensions are disabled?:
What do you mean by not recognizing git? Is this a VS Code bug unrelated to the C/C++ extension? If so, you should file it at https://github.com/microsoft/vscode/issues (and provide more info). sean-mcmanusadded more info neededThe issue report is not actionable in its current state...
Here we can predefine several regularities for recognizing "voice annotations". Suppose there is such a string of characters // voice_annotation_202202070612135678 , first we need to identify the // annotation character, and get the string of characters voice_annotation_202202070612135678 after '//'...
Fixed the issue where VSCode was misrecognizing the path in output panel due to added quotes. Fix module resolution with prettierPath setting[10.1.0]Reverts back to prettier 2.x by default due to issues with extension[10.0.0]Use Prettier 3.0 by default. Change default configuration for ...
It makes using the Source Control module harder and less intuitive, because if you close a repository, there is no obvious way to reopen it and VSCode just stops recognizing it. I do not agree with "Manually closing a repository is an explicit and deliberate user gesture" statement, because...
but I noticed that if you were to map a network share to a drive in Windows, and specify a network drive location, Git will let you add that as a safe directory, but it seems like VS Code Insiders is recognizing the file path as the UNC file-sharing path, which isn't able to be...
Issue Type: Bug Trying to view the Source Control tab (on the left) in a freshly cloned repo with .git directory in place (or even a new clean repo with git inited) vsCode only offers a button with 'Initialize Repository' When I push tha...
Describe the bug Error: The folder ".git" is not a Git repository, and therefore could not be added to Git Graph. What does the bug relate to Recognizing git repo To reproduce F1 Git Graph: Add git repository select .git folder Expected ...
This is due to Windows's ignore case. If one looks at the first few lines, one can see the path in Caps. At this point of time, the file is opened from the Explorer View (as per gitlens, the file is not tracked). If one makes a change now, it shows up in Source Control and...
I think I've found where the issue is (at least for iOS 10.2.1) - it looks like the app is responding a bit different to GDB commands we're using to launch it and we're not recognizing that response. I'll send a PR shortly. @JKeetman, as for your problem, this is a known ...