Execute Python code in WSL #7431
sfiruch
started this conversation in
Enchancements
Replies: 1 comment
-
|
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you are requesting
VS should be able to run Python code in WSL, similar to the functionality available for C++ developers (https://learn.microsoft.com/en-us/cpp/build/walkthrough-build-debug-wsl2?view=msvc-170). I'd like to run and debug my code running in WSL.
Reasons for requesting this feature
I work on a Python project which uses a lot of native code that is linux-x64 only. I'd like to use VS as IDE to work on this project.
Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions