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
- Open git integration tab
Expected:
Git integration realises that bar is part of the repo
Actual:
Git integration disabled