settings.json 249B

1234567891011
  1. {
  2. "testing.coverageBarThresholds": {
  3. "red": 0,
  4. "yellow": 60,
  5. "green": 90
  6. },
  7. "testing.showAllMessages": true,
  8. "terminal.integrated.defaultProfile.windows": "Command Prompt",
  9. "go.testFlags": ["-v" ]
  10. }