vscode icon indicating copy to clipboard operation
vscode copied to clipboard

I have to constantly reload the app to make Intellisense work properly

Open domino14 opened this issue 11 months ago • 0 comments

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.96.3
  • OS Version: macOS Sequoia Version 15.2

Steps to Reproduce:

  1. Have a Go repo with a .proto file and some auto-generated code
  2. buf generate or whatever command you do to auto-generate code
  3. red squigglies show up in your Go imports of the auto-generated files (it says the file can't be found, or similar) and Intellisense stops working

This happens on different computers as well with the more recent VSCode versions, and not only for Go. I've seen similar problems for TypeScript, and even for C, across different computers, for the last few weeks/months. It's not always related to auto-generating code. I have to constantly reload the editor to make the red squigglies go away.

domino14 avatar Jan 15 '25 21:01 domino14