Is it possible to switch off/on gopls from command line or from go program? I have a heavy source code generation step in my project and it drives gopls crazy - it start to report fantom errors, when it picks changes from generated files being updated.
So I'd like to pause gopls for a while.
Also maybe there is a bug when it picks source changes form a file, but if that file is updated while gopls is procesing it gopls does not reevaluate new changes.
Is it possible to switch off/on gopls from command line or from go program? I have a heavy source code generation step in my project and it drives gopls crazy - it start to report fantom errors, when it picks changes from generated files being updated.
So I'd like to pause gopls for a while.
Also maybe there is a bug when it picks source changes form a file, but if that file is updated while gopls is procesing it gopls does not reevaluate new changes.