I have been a java developer for a very long time. VS Code is not my primary IDE. I am having an issue where if I make an error in a file and save it, it doesn’t show up in problems. It doesn’t seem to be doing an incremental build. IF I use the Pallet build robot code it will fail, if I correct the error the build will succeed. So the path seems to be correct.
Also code complete/suggest doesn’t seem to be working. IF i type public in on a new robot project it will suggest public int but not on the current project and error detection works on the new project.
Any suggestions what setting has changed?
Problem Resolved. Mostly anyway. There was a .project file that was build by buildship I removed it and everything was ok. I answered mostly because I don’t know how it got there but I am back in business.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.