We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/utils.ts
1 parent b00eaf8 commit 456cb97Copy full SHA for 456cb97
src/utils.ts
@@ -1,10 +1,10 @@
1
import * as vscode from 'vscode';
2
+import * as path from 'path';
3
import { randomUUID } from 'crypto';
4
import { tmpdir } from 'os';
5
import { existsSync, readFileSync, unlinkSync, writeFileSync } from 'fs';
6
import { exec, execSync } from 'child_process';
7
import { GitExtension, Repository } from './@types/git';
-import * as path from 'path'
8
9
export function getGitExtension() {
10
const vscodeGit = vscode.extensions.getExtension<GitExtension>('vscode.git');
0 commit comments