codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.89k stars 356 forks source link

CodeMaid + CoPilot = Frequent Crashing of Visual Studio 2022 #918

Closed Vastlee closed 1 year ago

Vastlee commented 2 years ago

Environment

Description

After installing CoPilot, several times per hour when CoPilot tries to make a suggestion, Visual Studio crashes. I can disable CodeMaid and the crashes stop. I can also disable CoPilot & the crashes stop.

Steps to recreate

  1. Install CoPilot & CodeMaid into Visual Studio
  2. Start typing code that CoPilot will predict
  3. Visual Studio Crashes & Shuts Down

Current behavior

Crashes & closed Visual Studio

Expected behavior

Allowing predictions without crashing.

codecadwallader commented 2 years ago

Thanks for reporting the issue. Do you have any other information or metrics that may be helpful in diagnosis? My best guess without any other information would be running out of memory. To check that it could be useful to open the Task Manager and see what is happening when VS crashes.