Skip to content

Commit 9c587c8

Browse files
committed
[skip ci] remove wrong todo comment
1 parent 8133e53 commit 9c587c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/autoInstall.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const registerLockfilesWatcher = () => {
7878

7979
// init git api
8080
// it is always inited as don't affect perf
81-
// TODO remove this GIT api usage and switch to watching over .git/HEAD file, as it would be much faster on windows
8281
;(async () => {
8382
const gitExtension = vsc.extensions.getExtension('vscode.git')
8483
if (!gitExtension) return

0 commit comments

Comments
 (0)