Adds customizable code lens strings

This commit is contained in:
Eric Amodio
2017-06-07 02:08:41 -04:00
parent 948a75de79
commit 35ca8106c9
5 changed files with 38 additions and 3 deletions

View File

@@ -284,6 +284,16 @@ export interface IConfig {
dateFormat: string;
};
strings: {
codeLens: {
unsavedChanges: {
recentChangeAndAuthors: string;
recentChangeOnly: string;
authorsOnly: string;
};
};
};
theme: IThemeConfig;
debug: boolean;