mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 01:25:41 -05:00
Adds support for git commands on scheme=git
Rewrites blame annotation controller and provider - fixes whitespace issues, reduces overhead, and provides better performance Rewrites status bar blame support - reduces overhead and provides better performance Adds showFileHistory command to status bar Renames showHistory to showFileHistory Fixes log to use iso 8601 for dates
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
'use strict';
|
||||
import { spawnPromise } from 'spawn-rx';
|
||||
import * as path from 'path';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user