vscode
vscode copied to clipboard
I have to constantly reload the app to make Intellisense work properly
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:
- Have a Go repo with a .proto file and some auto-generated code
buf generateor whatever command you do to auto-generate code- 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.