mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-07 17:25:50 -05:00
Moves Commands into commands file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
import { Commands } from './constants';
|
||||
import { Commands } from './commands';
|
||||
|
||||
export type BlameAnnotationStyle = 'compact' | 'expanded' | 'trailing';
|
||||
export const BlameAnnotationStyle = {
|
||||
|
||||
Reference in New Issue
Block a user