You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how to reproduce this, I just have a project open in atom. Even if atom isn't the focused application, the message will still pop up.
Atom: 1.28.0 ia32 Electron: 2.0.3 OS: Microsoft Windows 10 Home Thrown From: ide-css package 0.3.0
Stack Trace
Uncaught Error: Message header must separate key and value using :
At C:\Users\xxxx\.atom\packages\ide-css\node_modules\vscode-jsonrpc\lib\messageReader.js:68
Error: Message header must separate key and value using :
at /packages/ide-css/node_modules/vscode-jsonrpc/lib/messageReader.js:68:23
at Array.forEach (<anonymous>)
at MessageBuffer.tryReadHeaders (/packages/ide-css/node_modules/vscode-jsonrpc/lib/messageReader.js:65:17)
at StreamMessageReader.onData (/packages/ide-css/node_modules/vscode-jsonrpc/lib/messageReader.js:194:43)
at /packages/ide-css/node_modules/vscode-jsonrpc/lib/messageReader.js:185:19)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at Pipe.onread (net.js:594:20)
Not sure how you are using the vscode-jsonrpc module, but that seems to be something specific to vscode and not atom?
If I add a breakpoint on line 68 of vscode-jsonrpc/lib/messageReader.js - then add a watch in the developer tools for: this.buffer.toString('ascii', 0, current), then the string contains "<--- Last few GCS --->"
I was able to convert the entire buffer to a string and it seemed to refer to @angular/common/locale/os.d.ts. I don't think this is related to angular, but perhaps how one of my local node packages is linked (it seems like a circular issue, because the path listed for the file seems to show a circular recursion of the directory)
What's even more frustrating - I have uninstalled and removed your package, and yet it's still being loaded by atom, even though it no longer exists in the .atom/packages
Not sure how to reproduce this, I just have a project open in atom. Even if atom isn't the focused application, the message will still pop up.
Atom: 1.28.0 ia32
Electron: 2.0.3
OS: Microsoft Windows 10 Home
Thrown From: ide-css package 0.3.0
Stack Trace
Uncaught Error: Message header must separate key and value using :
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: