Bash and Windows Subsystem for Linux Demo [video]
channel9.msdn.com
Bash and Windows Subsystem for Linux Demo [video]
1–10 of 316 posts
Re: Bash and Windows Subsystem for Linux Demo [video]
#2- vt sequences fixed (so stuff like colored output, midnight commander, etc work and the terminal doesn't screw up)
- Elixir and Go work
- Also Postgres and MySQL
- You can launch Windows apps from bash.
- inotify works
- Visual Studio can compile with GNU/Linux C/C++ tools, gdb, linker etc
There's some recent fast ring info on: https://blogs.msdn.microsoft.com/commandline/2017/01/09/bash...
From reading that blog, and also: https://github.com/Microsoft/BashOnWindows/issues/111#issuec... it sounds as if the Windows console (separate from bash, openssh, powershell etc) is being entirely refactored for creators update. So those fixes should also help powershell, ConEmu and a bunch of other common windows command line stuff.
Re: Bash and Windows Subsystem for Linux Demo [video]
#3Here's a better quality video on Channel9:
https://channel9.msdn.com/events/Windows/Windows-Developer-D...
Same start time of ~17:00 mins in.
Re: Bash and Windows Subsystem for Linux Demo [video]
#4Re: Bash and Windows Subsystem for Linux Demo [video]
#5I wonder when it will be RTM (release to manufacturing => stable)
http://www.theverge.com/2017/1/2/14146182/microsoft-windows-...
Re: Bash and Windows Subsystem for Linux Demo [video]
#6This is coming to Windows stable in April: - vt sequences fixed (so stuff like colored output, midnight commander, etc work and the terminal doesn't screw up) - Elixir and Go work - Also Postgres and MySQL - You can launch Windows apps from bash. - inotify works - Visual Studio can compile with GNU/Linux C/C++ tools, gdb, linker etc There's some recent fast ring info on: https://blogs.msdn.microsoft.com/commandline/2…
So I can basically do `code .` from inside bash and it will open VS Code in the linux sub-system folder? That's amazing!
Re: Bash and Windows Subsystem for Linux Demo [video]
#7Re: Bash and Windows Subsystem for Linux Demo [video]
#8With Visual Studio Code, Microsoft is making Windows 10 really appealing to developers. I personally won't jump any time soon, I am really satisfied with my work environment on macOS (and Linux inside VM) (unless I got locked down into Microsoft stack for work, in that case I will gladly switch, but it's not like I will have any other option). But anyway, I recognize and appreciate the change at Microsoft's direction…
Re: Bash and Windows Subsystem for Linux Demo [video]
#9This is coming to Windows stable in April: - vt sequences fixed (so stuff like colored output, midnight commander, etc work and the terminal doesn't screw up) - Elixir and Go work - Also Postgres and MySQL - You can launch Windows apps from bash. - inotify works - Visual Studio can compile with GNU/Linux C/C++ tools, gdb, linker etc There's some recent fast ring info on: https://blogs.msdn.microsoft.com/commandline/2…
First VS Core, now VS proper. Impressive!
(going back to my ddd window on Linux, crying a bit inside).
Re: Bash and Windows Subsystem for Linux Demo [video]
#10I hope/pray that readline and/or editline work correctly on bash et al?
Do Windows CI services like Appveyor support WSL? If so I would hope that deploying to windows for lots of high level software is relatively painless.
Head scratcher from the video:
> What if I want to open this file in notepad?
> ...
> audience applauds
Ugh, the only thing worth applause here would be if instead he had said "and we finally taught notepad how to work with different line-endings" or "and we finally deleted notepad". The demo clearly shows the shebang line mashed in with the rest of the file contents. "This was a very popular ask" -- from whom‽ To present things as a dichotomy between vim and notepad is not honest.
EDIT: comments below have clarified: the feature refers to launching Windows processes from linux ones, not notepad specifically.