Replies: 1 comment 3 replies
-
By default Pulsar shouldn't be doing any of this. When Pulsar autosaves, since it's a text editor it only cares about the text. I'd make sure to take a look at any community package's you have installed, and maybe even take a look your But this absolutely isn't likely happening because of Pulsar itself. Taking a quick look around at some of the most popular community packages for Golang, it looks like the community package So this is most likely you're issue. You'll need to navigate to this community package's settings and disable this setting, as well as any others you'd like to |
Beta Was this translation helpful? Give feedback.
-
Hi,
Using pulsar with golang, whenever save is performed, full compilation is performed including unit testing.
Having the autosave active saves the buffer on window leave and on every mouse click. Because of that, every mouse click, which initiates save, compiles my code and show the errors, this could have been nice unless it would take a lot of time (I guess on better computers it will also be significant).
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions