mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 01:25:48 -05:00
Adds experimental support for Open in GitHub
This commit is contained in:
@@ -123,9 +123,14 @@ export interface IAdvancedConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export interface IExperimentalConfig {
|
||||
openInHostingProvider: boolean;
|
||||
}
|
||||
|
||||
export interface IConfig {
|
||||
blame: IBlameConfig;
|
||||
codeLens: ICodeLensesConfig;
|
||||
experimental: IExperimentalConfig;
|
||||
statusBar: IStatusBarConfig;
|
||||
advanced: IAdvancedConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user