V0.34.1 - Copilot++ stops working when there are errors in a .c file

As you can see in the gif below, Copilot stops working if there are some errors in a .c file.

CopilotNotWorking

  1. In the gif I start with some erroneous lines commented out (line 43) and show that Copilot++ is working and providing suggestions correctly.
  2. I then uncomment the lines with errors (line 43) and save the file
  3. Copilot++ is then unresponsive and stops outputting to the ‘Output’ window and doesn’t provide any suggestions

Version: 0.34.1
VSCode Version: 1.89.1
Commit: 770740628ffa6242ff689168352ae980cdb77680
Date: 2024-05-28T07:03:33.749Z
Electron: 28.2.8
ElectronBuildId: undefined
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19045

This is likely related to my previous post below but presents slightly differently (nothing is printed to the ‘Output’ window when Copilot++ isn’t working).

After updating to V0.34.5 Copilot++ is still not working when there are intellisense errors in the .c file