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

build: improve developer experience ❤️ #10

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

robertrossmann
Copy link
Member

@robertrossmann robertrossmann commented Mar 7, 2024

  • provides a bunch of goodies for VS Code users, like mapping the test command to the default test task in VS Code (so you can run your test suite with a keyboard shortcut)
  • adds a list of recommended extensions, in case you are new to either Go or VS Code
  • provides some basic VS Code configuration to make working with Go nicer
  • provides problem matchers for both VS Code and Github Actions. In VS Code, test failures and lint issues are automatically listed also in the Problems panel. In Actions, the same issues are now listed in the Action run's Summary as Annotations.

@robertrossmann robertrossmann added the enhancement New feature or request label Mar 7, 2024
@robertrossmann robertrossmann self-assigned this Mar 7, 2024
@robertrossmann robertrossmann force-pushed the build/developer-ux-improvements branch 9 times, most recently from 9845b2a to bd88363 Compare March 7, 2024 23:51
@robertrossmann robertrossmann force-pushed the build/developer-ux-improvements branch from bd88363 to 1724061 Compare March 7, 2024 23:56
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.37%. Comparing base (cdbbef8) to head (1724061).

Additional details and impacted files
@@                 Coverage Diff                 @@
##           feat/cleanup-vol-2      #10   +/-   ##
===================================================
  Coverage               98.37%   98.37%           
===================================================
  Files                       3        3           
  Lines                     123      123           
===================================================
  Hits                      121      121           
  Misses                      2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robertrossmann robertrossmann changed the title build: improve developer experience for VS Code users build: improve developer experience ❤️ Mar 7, 2024
@robertrossmann robertrossmann requested a review from a team March 8, 2024 00:03
Base automatically changed from feat/cleanup-vol-2 to master March 8, 2024 12:40
@robertrossmann robertrossmann merged commit 63558a2 into master Mar 8, 2024
3 checks passed
@robertrossmann robertrossmann deleted the build/developer-ux-improvements branch March 8, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants