-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add VS Code settings (debugger, recommended extensions etc.) #1440
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1440 +/- ##
===========================================
- Coverage 48.10% 48.09% -0.01%
===========================================
Files 250 250
Lines 11411 11412 +1
Branches 2669 2670 +1
===========================================
Hits 5489 5489
- Misses 5888 5889 +1
Partials 34 34 ☔ View full report in Codecov by Sentry. |
Very lean and simple.
… chore/add-vs-debugger # Conflicts: # src/shared/containers/ResourceViewActionsContainer.tsx
c58cad5
to
f5f38d5
Compare
@Dinika Bilal told me that he doesn't mind adding these things. What about you? Curious to hear your opinion. |
Looks great to me. The debugging config in source code actually a good idea :) |
Small PR to not ignore the
.vscode
folder in order to include debugger configs and repo extension recommendations. Reason? Especially for the debugger configurations (as we, e.g., also use SSR), to have a higher incentive actually to use the debugger rather thanconsole.log
.Description
How has this been tested?