Changes behaviors when file has unsaved changes:

- Status bar blame information will hide
  - CodeLens change to a `Cannot determine...` message and become unclickable
  - Many menu choices and commands will hide
Fixes #36 - Blame information is invalid when a file has unsaved changes
Fixed #38 - Toggle Blame Annotation button shows even when it isn't valid
Preps v2.9.0
This commit is contained in:
Eric Amodio
2017-03-03 03:32:31 -05:00
parent d389a7b588
commit 1519898dfa
14 changed files with 325 additions and 141 deletions

3
.vscode/tasks.json vendored
View File

@@ -8,8 +8,7 @@
// A task runner that calls a custom npm script that compiles the extension.
{
"version": "0.1.0",
"_runner": "terminal",
"version": "2.0.0",
"command": "npm",
"args": ["run"],
"isShellCommand": true,