mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-05 09:45:40 -05:00
Renames *.advanced.codeLens.debug to *.codeLens.debug
Renames *.advanced.debug to *.debug Renames *.output.level to *.outputLevel
This commit is contained in:
@@ -64,6 +64,7 @@ export interface ICodeLensLanguageLocation {
|
||||
}
|
||||
|
||||
export interface ICodeLensesConfig {
|
||||
debug: boolean;
|
||||
visibility: CodeLensVisibility;
|
||||
location: CodeLensLocation;
|
||||
locationCustomSymbols: string[];
|
||||
@@ -99,18 +100,11 @@ export interface IAdvancedConfig {
|
||||
maxLines: number;
|
||||
}
|
||||
};
|
||||
codeLens: {
|
||||
debug: boolean;
|
||||
};
|
||||
debug: boolean;
|
||||
git: string;
|
||||
gitignore: {
|
||||
enabled: boolean;
|
||||
};
|
||||
maxQuickHistory: number;
|
||||
output: {
|
||||
level: OutputLevel;
|
||||
};
|
||||
quickPick: {
|
||||
closeOnFocusOut: boolean;
|
||||
};
|
||||
@@ -120,6 +114,8 @@ export interface IAdvancedConfig {
|
||||
}
|
||||
|
||||
export interface IConfig {
|
||||
debug: boolean;
|
||||
outputLevel: OutputLevel;
|
||||
blame: IBlameConfig;
|
||||
codeLens: ICodeLensesConfig;
|
||||
statusBar: IStatusBarConfig;
|
||||
|
||||
Reference in New Issue
Block a user