mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
git api: expose gitPath
This commit is contained in:
3
extensions/git/src/api/git.d.ts
vendored
3
extensions/git/src/api/git.d.ts
vendored
@@ -6,8 +6,9 @@
|
||||
import { Uri, SourceControlInputBox } from 'vscode';
|
||||
|
||||
declare module GitExtension {
|
||||
export interface API {
|
||||
|
||||
export interface API {
|
||||
readonly gitPath: string;
|
||||
}
|
||||
|
||||
//#region Deprecated API
|
||||
|
||||
Reference in New Issue
Block a user