-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Can Bash on Ubuntu For Windows be used with the VSCode extension? #85
Comments
@rogersachan, Can you give us more context? |
Can Bash on Ubuntu for Windows be used in place of Cygwin for the VSCode C++ extension? |
@delmyers do you know the answer? |
@delmyers any update? |
@rogersachan Currently we only support MinGW and Cygwin. We can take this as a feature request |
Please support this! |
++ on this! |
The Anniversary Update is now out! This at least gives you all some reason On Fri, Aug 5, 2016 at 4:13 PM spookysys notifications@github.com wrote:
|
+1 for this. |
Thanks everyone for the feedback. There is currently a limitation in Windows that is preventing us from doing this correctly. We are waiting on the Windows team to finish off their work. |
@delmyers Will the new Windows 10 Creators Update allow this? |
Windows team recently introduced improvements in symbolic link creation on windows, will that help with this? |
Is there any update on this feature? We haven't heard anything for a few months now. It would be AWESOME if we could use the lxss binaries in VSCode (I would love to use its git, cmake, etc.) |
@incomingstick I have made a prototype to try this scenario and we are waiting on some bugfixes in the |
Update: We are waiting for necessary fixes from the WSL team that should be out in the next major update to Windows 10 called Creator's Update. We also have some bug fixes in our extension that should be released with our monthly February release. This will enable users to use the |
+1 please :-) |
Will there be some sort of documentation for this feature, and an announcement for when this will be available? |
@incomingstick I will add a documentation page in the repo on how to get it to work once Windows 10 Creator's Update is available to the general public. |
@pieandcakes with Creators Update out now, is there an update on this? |
@nayato I'm working on the instructions. The official release is April 11th and I'm targeting to have it ready in time. |
@pieandcakes It would be helpful if the extension supports using environment variables in the
Today, this doesn't work and I have to replace Let me know if this isn't currently on your radar, and I'd be happy to open up a separate issue. |
@timsneath, have you tried using |
Ah, brilliant! This worked a treat. Thanks so much, @bobbrow - I'm learning new stuff here! |
I have updated our documentation to include how to debug on Bash on Windows. With the Creators Update being release on 4/11/17, this extension will now be able to debug those applications. For more information, the documentation page can be found here: Windows Subsystem for Linux |
@pieandcakes thanks for putting this in documentation . I have tested launch configuration and its working perfect. It will be great if you can put WSL make task setup as well (tasks.json file). |
Adding telemetry for Engine.
Can Bash on Ubuntu for Windows be used in place of Cygwin by the VSCode C++ extension for debugging?
The text was updated successfully, but these errors were encountered: