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.
1 parent 784242d commit bcde778Copy full SHA for bcde778
1 file changed
src/env/node/git/sub-providers/staging.ts
@@ -2,7 +2,6 @@ import { promises as fs } from 'fs';
2
import { tmpdir } from 'os';
3
import type { Uri } from 'vscode';
4
import type { Container } from '../../../../container';
5
-import { GitErrorHandling } from '../../../../git/commandOptions';
6
import type { DisposableTemporaryGitIndex, GitStagingSubProvider } from '../../../../git/gitProvider';
7
import { splitPath } from '../../../../system/-webview/path';
8
import { log } from '../../../../system/decorators/log';
0 commit comments