Closed klren0312 closed 2 years ago
The issue is caused by this package no having a main set. I do this to reduce the bundle size as vs code is bundled with jschardet
Thanks, I temporary change to use VSCode Version: 1.62.3
, it is available.
Yes, I concur. You can get vscode version 1.62.3 here: https://code.visualstudio.com/updates/v1_62 ^
So other than reverting to an older VSCode is there any fix for this?
You can revert back to the old version。
BTW 1.63.0 is now released as stable and so this is not just broken for Insiders anymore.
Right, that's why I was asking.
oops! I should disable auto update.
Even with version 2.15.1 I still get this error.
In the log there are following errors:
[2021-12-09 10:32:25.387] [exthost] [error] Activating extension johnstoncode.svn-scm failed due to an error:
[2021-12-09 10:32:25.387] [exthost] [error] TypeError: Cannot read property 'Constants' of undefined
at Object.1558 (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:171727)
at r (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:362703)
at Object.7494 (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:241894)
at r (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:362703)
at Object.2045 (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:134694)
at r (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:362703)
at Object.5049 (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:130007)
at r (c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:362703)
at c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:362874
at c:\Users\mdill.vscode\extensions\johnstoncode.svn-scm-2.15.1\out\extension.js:2:365026
at Object.
Thanks a lot, now it works very well with the version 2.15.2 of the plugin
VSCode Version: 1.63.0 OS Version: Windows 10 Pro 21H2 build 19044.1387 Extension Version: v2.15.1 System Language: English SVN Version: 1.14.1.51187
Yeah sorry about that i listed jschardet as a dev dep rather than a dep.
Just one thing is strange with the new release. Now the total of modified files does not appear on the icon (only the clock still remain)
Just one thing is strange with the new release. Now the total of modified files does not appear on the icon (only the clock still remain)
I can not see this. On my system it show the number like before.
Version: 1.63.0 (system setup) Commit: 7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e Datum: 2021-12-07T06:26:56.179Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 Betriebssystem: Windows_NT x64 10.0.19044
And the SVN 2.15.2 don't show the devendeny error anymore.
ok! it works in
Extension Version: v2.15.2
Version: 1.64.0-insider (user setup)
Commit: 68976705968229accd11fdfe1cba36a908208dc9
Date: 2021-12-09T05:19:16.534Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.18363
Issue
When I open the vscode, it throw
Missing dependency: jschardet
Steps to Reproduce
Must present
SVN Output
No output
Screenshots