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 8133e53 commit 9c587c8Copy full SHA for 9c587c8
src/autoInstall.ts
@@ -78,7 +78,6 @@ export const registerLockfilesWatcher = () => {
78
79
// init git api
80
// 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
82
;(async () => {
83
const gitExtension = vsc.extensions.getExtension('vscode.git')
84
if (!gitExtension) return
0 commit comments