Microsoft's cross-platform editor Visual Studio Code v0.9.1 has been released, and the official blog post is published in Visual Studio Code–october Update (0.9.1): http://blogs.msdn.com/b/vscode/archive/2015/10/11/visual-studio-code-september-update-0-9-1.aspx :
The main improvements are:
- Support for local persistence of custom locations, the exact location of persistence depends on your platform:
Windows%USERPROFILE%\.vscode\extensions
Mac$HOME/.vscode/extensions
Linux$HOME/.vscode/extensions
- Support for custom languages and custom themes
- Improved debug functionality, including performance, console, etc., currently supported for debugging node. JS (JavaScript, TypeScript) on all platforms.
Support for Debugging Mono (C #, F #) on OS X, Linux
- Improved support for OMNISHARP, i.e. better support for C #
- Support Typescript 1.6
- Markdown a better preview
- Unity supports Unity shader file highlighting
- Some other improvements and Bug fixes.
For details, see: Https://code.visualstudio.com/updates
Visual Studio Code v0.9.1 released