-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: Added cookiecutter support and docs for VSCode debugging #968
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kgpayne nice! Left a few suggestions
cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}/tap.py
Show resolved
Hide resolved
…er.library_name}}/tap.py Co-authored-by: Edgar R. M. <[email protected]>
Co-authored-by: Edgar R. M. <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #968 +/- ##
=======================================
Coverage 81.77% 81.77%
=======================================
Files 37 37
Lines 3742 3742
Branches 746 746
=======================================
Hits 3060 3060
Misses 500 500
Partials 182 182 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@kgpayne wdyt about adding the |
I don't have a strong sense of how popular vscode is relative to others like pycharm/vim/sublime/atom 🤔 @tayloramurphy do we have any IDE data from our user surveys? Either way, I think adding docs/instructions for 1 or 2 other IDE's might be a good next step, then adding a new cookie cutter question when there are a couple of options to choose from 🙂 @pandemicsyn uses pycharm so may be able to contribute a snippet for that, and I believe @cjohnhanson uses vim. Edit: created #973 to track additional IDE setup docs |
Added module entry point to tap and target cookiecutters, and guidance on how to use them for debugging in VSCode.
📚 Documentation preview 📚: https://meltano-sdk--968.org.readthedocs.build/en/968/