Skip to content
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

Not compatible with a git repo initialized with cargo new command for Rust projects #90

Open
shinji-hailstonelabs opened this issue Nov 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@shinji-hailstonelabs
Copy link

Describe the bug
Not compatible with a git repo initialized with cargo new command for Rust projects

To Reproduce
Steps to reproduce the behaviour:

  1. cargo new my_project, which would have the .git folder created.
  2. Open my_project in VS Code
  3. Try to activate the extension by typing >git config user profiles: Select a git config user profile
  4. The extension could not load, and nothing happened.

Expected behaviour
The extension should load the list of user profiles.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS Ventura Version 13.4.1
@shinji-hailstonelabs shinji-hailstonelabs added the bug Something isn't working label Nov 27, 2023
@shinji-hailstonelabs
Copy link
Author

to bypass the issue. I did rm -rf .git and git init, and now the extension works fine with this .git folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant