question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken in VSCode version 1.7.0

See original GitHub issue

This extension seemingly stopped working for me after updating to VSCode version 1.7.0. When I toggle the developer tools, I can see the following gitdoc-related error pop up after the configured commit delay:

mainThreadExtensionService.ts:80 TypeError: Cannot read properties of undefined (reading 'add')
	at vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:69:46
	at Generator.next (<anonymous>)
	at vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:8:71
	at new Promise (<anonymous>)
	at __awaiter (vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:4:12)
	at commit (vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:42:12)
	at vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:93:13
	at Generator.next (<anonymous>)
	at vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:8:71
	at new Promise (<anonymous>)
	at __awaiter (vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:4:12)
	at vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/out/watcher.js:92:61
	at Timeout.later [as _onTimeout] (vscode-file://vscode-app/home/user/.vscode-oss/extensions/vsls-contrib.gitdoc-0.0.8/node_modules/debounce/index.js:27:23)
	at listOnTimeout (node:internal/timers:557:17)
	at processTimers (node:internal/timers:500:7)

It looks like the _repository-property isn’t part of the API anymore. I think the change to the related APIs happened in this commit.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
lostintangentcommented, Aug 10, 2022

v0.1.0 has now been published, and fixed VS Code 1.70. Thanks for the patience here!

1reaction
TarekVischcommented, Aug 9, 2022

The extension still hasn’t been updated to vs code marketplace, thus still not working locally with vs code 1.70

Read more comments on GitHub >

github_iconTop Results From Across the Web

July 2022 (version 1.70) - Visual Studio Code
Welcome to the July 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some...
Read more >
October 2016 (version 1.7) - Visual Studio Code
Due to 13919, file extension associations in Windows were broken. You'll need to reset your file extension associations to open with VS Code....
Read more >
November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74) ... New word break option for CJK characters. A setting...
Read more >
October 2022 - Visual Studio Code
Welcome to the October 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some...
Read more >
August 2022 - Visual Studio Code
Learn what is new in the Visual Studio Code August 2022 Release (1.71) ... Find All References, Rename Symbol, and broken link detection...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found