mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 01:25:48 -05:00
Changes config name to insiders
This commit is contained in:
@@ -123,14 +123,10 @@ export interface IAdvancedConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export interface IExperimentalConfig {
|
||||
openInRemote: boolean;
|
||||
}
|
||||
|
||||
export interface IConfig {
|
||||
blame: IBlameConfig;
|
||||
codeLens: ICodeLensesConfig;
|
||||
experimental: IExperimentalConfig;
|
||||
statusBar: IStatusBarConfig;
|
||||
advanced: IAdvancedConfig;
|
||||
insiders: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user