mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-23 17:26:14 -05:00
Fixes #20: adds gitlens.advanced.gitignore.enabled
Nested .gitignore files can cause blame to fail with a repo within another repo
This commit is contained in:
@@ -92,6 +92,9 @@ export interface IAdvancedConfig {
|
||||
};
|
||||
debug: boolean;
|
||||
git: string;
|
||||
gitignore: {
|
||||
enabled: boolean;
|
||||
};
|
||||
maxQuickHistory: number;
|
||||
output: {
|
||||
level: OutputLevel;
|
||||
|
||||
Reference in New Issue
Block a user