mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Adds customizable code lens strings
This commit is contained in:
@@ -284,6 +284,16 @@ export interface IConfig {
|
||||
dateFormat: string;
|
||||
};
|
||||
|
||||
strings: {
|
||||
codeLens: {
|
||||
unsavedChanges: {
|
||||
recentChangeAndAuthors: string;
|
||||
recentChangeOnly: string;
|
||||
authorsOnly: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
theme: IThemeConfig;
|
||||
|
||||
debug: boolean;
|
||||
|
||||
Reference in New Issue
Block a user