-
Notifications
You must be signed in to change notification settings - Fork 132
Add python major #157
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 python major #157
Conversation
|
Looks good. As far as the run failed tests, maybe we can bind it to |
I like it. I'll modify accordingly. |
|
Thank you Muscaw! This is great 😁 |
|
I addressed the different comments, feel free to let me know if you see something else to change. |
|
Thanks again Muscaw! 🚀 |
|
Thanks to you as well @marcoieni @stevenguh for the incredible work :) |
Added some keybindings for Python major. (Fixes #149)
The Python major mode assume that the extension vscode-python is present.
The keybindings map the following features:
Not all keybindings found on the spacemacs python keybindings page could be mapped to the VSCode Python extension.
I also took the liberty of using a free slot in the test section to rerun failed tests (SPC m t x).
If you feel like it does not have its place here, please let me know and I'll remove it.
The feature to re-run failed tests is present in the vscode-python extension the Python major mode assumes is there.