-
Notifications
You must be signed in to change notification settings - Fork 609
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
chore: remove testOnSave vs code setting #1222
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1222 +/- ##
=======================================
Coverage 21.03% 21.03%
=======================================
Files 196 196
Lines 25349 25365 +16
=======================================
+ Hits 5332 5336 +4
- Misses 19054 19068 +14
+ Partials 963 961 -2
Continue to review full report at Codecov.
|
Why? This is a manual config that AFAICT, most people who I've helped setup vscode really liked, Is this too intrusive or smth? |
I noticed that it doesn't work well with auto-save |
Hrmm, this is unfortunate. So the tradeoff here is picking between: Option 1: No test on save / auto save config Noone has to do manual overrides,, new people to the project have to enable test on save manually for better development experience Option 2: Test on save set
Unfortunately, reading through https://code.visualstudio.com/docs/getstarted/settings, I don't see an easy way to override workspace settings :/, seems like its really meant for just linters. (The way to do it seems to me be to doing language specific, user-set setting overrides, which seems like a bit too complex to expect people to do). Given that, I'm more in favor of Option 1, though I do really think option 2 is the right thing in principle =/ What do others think? |
I'm honestly indifferent. I've never had |
I'm used to auto-save so I'm biased towards Option 1 where I'm also not sure about how |
Yeah I don't see a reason for this to be |
SGTM! I do think its a better UX for people new to golang, but we can instruct them to update their local config for this |
Closes: #XXX
Description
#1221 (comment)
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer