mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-01 01:25:44 -05:00
Removes obsolete character settings
This commit is contained in:
@@ -3,7 +3,6 @@ import { Objects } from './system';
|
||||
import { commands, ExtensionContext, extensions, languages, Uri, window, workspace } from 'vscode';
|
||||
import { BlameActiveLineController } from './blameActiveLineController';
|
||||
import { BlameAnnotationController } from './blameAnnotationController';
|
||||
import { configureCssCharacters } from './blameAnnotationFormatter';
|
||||
import { CommandContext, setCommandContext } from './commands';
|
||||
import { CloseUnchangedFilesCommand, OpenChangedFilesCommand } from './commands';
|
||||
import { OpenCommitInRemoteCommand, OpenFileInRemoteCommand, OpenInRemoteCommand } from './commands';
|
||||
@@ -40,8 +39,6 @@ export async function activate(context: ExtensionContext) {
|
||||
const config = workspace.getConfiguration('').get<IConfig>('gitlens');
|
||||
const gitPath = config.advanced.git;
|
||||
|
||||
configureCssCharacters(config.blame);
|
||||
|
||||
try {
|
||||
await Git.getGitPath(gitPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user