Adds setting to control CodeLens debug info

This commit is contained in:
Eric Amodio
2017-03-15 12:21:37 -04:00
parent 9c2269b9f1
commit 4898c11eb5
3 changed files with 11 additions and 3 deletions

View File

@@ -103,6 +103,9 @@ export interface IAdvancedConfig {
maxLines: number;
}
};
codeLens: {
debug: boolean;
};
debug: boolean;
git: string;
gitignore: {