Very annoying popup bug when working with Godot

When using VScode Godot Tools (which is the official way of working with Godot within VScode), we frequently get this error:

[Error - 11:09:26 AM] Request workspace/symbol failed.
  Message: Method not found: symbol
  Code: -32601 
[Error - 11:09:33 AM] Request workspace/symbol failed.
  Message: Method not found: symbol
  Code: -32601 

In the Output pane. This is annoying because it pops up very frequently, but does not seem to appear when you use it within bare VScode with the Godot Tools plugin. So there’s something with Cursor that’s causing this.