-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode says my folder is not under source control when not launched with elevation. #157933
Comments
/duplicate of #150290 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
@gjsjohnmurray -- I disagree; it is similar, but this bug is specific to elevation. -- The repo is ALREADY trusted, but I have to run vscode as an admin for it to notice! VSCode should 1.) Not say there is no repo (so yes, same as #150290), but also 2.) it should not say it's not trusted (it IS trusted; it should instead tell me that I need to be elevated (and perhaps offer to relaunch in elevated mode). |
/assign @lszomoru who can reopen the issue. |
Closing as duplicate of #157159. This will be included in VS Code 1.74. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
git init
Expected Behavior:
Vscode should recognize the repo whether it is launched as an admin or not. -- If there is some permissions issue, it should display that as an error instead of offering to corrupt your repository for you!
The text was updated successfully, but these errors were encountered: