Receiving error message 'Extension host terminated unexpectedly.' in Visual Studio Code

前端 未结 14 1120
夕颜
夕颜 2020-12-10 10:55

I have been looking around and I haven\'t found any answers to my issue.
I keep getting this error \"Extension host terminated unexpectedly.\" and I

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 11:22

    I had same problem with following error in my VSCode console.

    `1: node::DecodeWrite
     2: node::InternalCallbackScope::Close
     3: v8::internal::VirtualMemory::TakeControl
     4: v8::internal::PerThreadAssertScope<4,1>::PerThreadAssertScope<4,1>
     5: v8::internal::operator<<
     6: v8::internal::operator<<
     7: 00000073ECF04481`
    

    I solved it by uninstalling Angular Console extension. Not sure if it was that particular extension or some other memory issue but problem went away as soon as I uninstalled that.

提交回复
热议问题