Broken in VSCode version 1.7.0
See original GitHub issueThis 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:
- Created a year ago
- Reactions:5
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v0.1.0 has now been published, and fixed VS Code 1.70. Thanks for the patience here!
The extension still hasn’t been updated to vs code marketplace, thus still not working locally with vs code 1.70