arjunattam / vscode-chat

Chat with your team while you collaborate over code using VS Live Share
https://marketplace.visualstudio.com/items?itemName=karigari.chat
GNU General Public License v3.0
529 stars 68 forks source link

[vscode] Extension host terminated unexpectedly after install #502

Closed mateonunez closed 2 years ago

mateonunez commented 3 years ago

I get an error when first installing the extension.

Extension host terminated unexpectedly.
:\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151
 */t.pathMatch=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}},function(e,t,i){var a=i(4),n=i(32).BigInteger,s=(i(49).ECPointFp,i(8).Buffer);function o(e,t){return e.length>=t?e:o("0"+e,t)}t.ECCurves=i(278),t.ECKey=function(e,t,i){var r,c=e(),p=c.getN(),l=Math.floor(p.bitLength()/8);if(t)if(i){e=c.getCurve();this.P=e.decodePointHex(t.toString("hex"))}else{if(t.length!=l)return!1;r=new n(t.toString("hex"),16)}else{var u=p.subtract(n.ONE),f=new n(a.randomBytes(p.bitLength()));r=f.mod(u).add(n.ONE),this.P=c.getG().multiply(r)}this.P&&(this.PublicKey=s.from(c.getCurve().encodeCompressedPointHex(this.P),"hex")),r&&(this.PrivateKey=s.from(o(r.toString(16),2*l),"hex"),this.deriveSharedSecret=function(e){if(!e||!e.P)return!1;var t=e.P.multiply(r);return s.from(o(t.getX().toBigInteger().toString(16),2*l),"hex")})}},function(e,t,i){var a;e.exports={Verifier

Error: Setup Team Chat to work for your account.
    at \.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179152
    at Timeout._onTimeout (\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179182)
    at listOnTimeout (internal/timers.js:531:17)
    at processTimers (internal/timers.js:475:7)

Any ideas?