mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-12 19:18:32 -05:00
Adds setting to control CodeLens debug info
This commit is contained in:
@@ -103,6 +103,9 @@ export interface IAdvancedConfig {
|
||||
maxLines: number;
|
||||
}
|
||||
};
|
||||
codeLens: {
|
||||
debug: boolean;
|
||||
};
|
||||
debug: boolean;
|
||||
git: string;
|
||||
gitignore: {
|
||||
|
||||
Reference in New Issue
Block a user