Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can’t turn off Build On Save #60

Open
ron-wolf opened this issue Dec 18, 2021 · 5 comments
Open

Can’t turn off Build On Save #60

ron-wolf opened this issue Dec 18, 2021 · 5 comments

Comments

@ron-wolf
Copy link

I can’t turn off Build On Save, and it’s pretty annoying. I tried changing the preference but it didn’t work. How should I proceed?

@emekoi
Copy link
Contributor

emekoi commented Dec 18, 2021

when you say "Build On Save" do you mean an actual build or a format job being run? sublime text refers to both as a "Build".

@readmodifywrite
Copy link

readmodifywrite commented Feb 10, 2022

Yeah +1 here, this is extremely annoying. Save means save, it doesn't mean "run some other arbitrary code". This should not be enabled by default, and it should be clearly documented.

@readmodifywrite
Copy link

@ron-wolf Here is the settings that turns this off (in the syntax specific preferences):

// These settings override both User and Default settings for the Zig syntax
{
"zig.build.on_save": false,
"zig.fmt.on_save": false
}

@ron-wolf
Copy link
Author

@readmodifywrite Will try this out next chance I get! @emekoi Sorry for missing your reply, it’s been a month or so so I don’t recall. I think it was an actual attempt to compile but I could be wrong.

@aidenfoxivey
Copy link

I question whether this is a good default since it's somewhat obstructive to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants