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

Git integration doesn't work if the open folder in a sub-folder of a git repository #57

Closed
Tyriar opened this issue Nov 18, 2015 · 0 comments · Fixed by #718
Closed
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Nov 18, 2015

Ubuntu 12.04, vscode 0.10.1

The main reason I want this is to get around slow go to file indexing #55 by opening a sub-directory in Chromium so that indexing it doesn't take very long. Traversing the file path upwards to the root directory should be a fairly quick to perform action.

Repro:

  1. mkdir -p foo/bar
  2. cd foo
  3. git init
  4. Code bar
  5. Open git integration tab

Expected:
Git integration realises that bar is part of the repo

Actual:
Git integration disabled

@joaomoreno joaomoreno self-assigned this Nov 18, 2015
This was referenced Nov 26, 2015
@egamma egamma added the feature-request Request for new features or functionality label Nov 27, 2015
joaomoreno added a commit that referenced this issue Nov 27, 2015
@joaomoreno joaomoreno modified the milestone: Dec 2015 Dec 11, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants