circuitdojo/zephyr-tools

Vscode git settings cause gitlens extensions to not work

hongshui3000 opened this issue · 2 comments

Why are these settings needed?

		// Temporarily of course..
		let settings = {
			"git.enabled": false,
			"git.path": null,
			"git.autofetch": false
		};

Hi @hongshui3000

It interferes with west initially initializing a repository on Windows.

Hi @hongshui3000

It interferes with west initially initializing a repository on Windows.

Thanks Reply