You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
mkdir -p foo/bar
cd foo
git init
Code bar
Open git integration tab
Expected:
Git integration realises that bar is part of the repo
Actual:
Git integration disabled
The text was updated successfully, but these errors were encountered:
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:
mkdir -p foo/bar
cd foo
git init
Code bar
Expected:
Git integration realises that
bar
is part of the repoActual:
Git integration disabled
The text was updated successfully, but these errors were encountered: