mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Fix import
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import type * as git from './git';
|
||||
import type * as git from './git.d.ts';
|
||||
|
||||
export type ForcePushMode = git.ForcePushMode;
|
||||
export type RefType = git.RefType;
|
||||
|
||||
Reference in New Issue
Block a user