Releases: chromium/vs-chromium
v0.9.9
Source Explorer
- Support for F8/Shift-F8 (goto next/previous result) when file contents search result is active.
- Support for traversing symlinks (i.e reparse points) when enumerating files and directories.
- Additional button in Source Explorer toolbar to control whether searches include (or not) files and directories contained in symlink folders.
- Fix support for certain wildcard pattern matching. E.g. foo/*/bar was not correctly supported.
- Improve caching validation algorithm, so that restarting Visual Studio is not necessary anymore when updating configuration file project.vs-chromium-project.
- Various UI and performance improvements.
v0.9.8
Source Explorer Features
- Support for wildcard character ("*") in text searches.
- Support for context menus in tree view.
- Various UI and performance improvements.
Debugger Features
- Attach to Chrome and Child process debugging works with x64
- Child process debugging works in launch (i.e. F5) scenarios. Note this feature needs to be enabled by a toolbar button in Chromium Source Explorer
v0.9.7
Debugger Features
- Adds support for automatically attach to child processes.
- Add custom visualizers for base::Time and base::TimeDelta.
Current limitations of Auto attach to Child Processes
- Only works for processes attached through the Attach to Chrome dialog. In other words, launching via F5 is not supported for this feature.
- Does not support automatically attaching to future child processes of x64 parents.
Both of these limitations will be removed in a subsequent release.
Known Issues:
Due to a bug in the Visual Studio IDE, it is not advisable to leave the processes debug window opened by default when using auto attach to children.
Fix bug in debugger thread.
The DebuggerThread did not handle exceptions properly, which prevented proper logging of exceptions occurring in VsChromiumHost.exe.
Add logging around child process creation
There has been an intermittent issue reported where the child processes are not created properly, making VsChromium unusable. This minor release adds logging in the code related to process creation to try to determine what is the root cause of the problem.
Minor update
What's new in v0.9.1: See http://chromium.github.io/vs-chromium/#whatsnew-0-9-1
Initial public release.
Initial public release of VsChromium.
- Chromium Explorer
- Format Comment
- Chromium Coding Style checkers
- Attach to Chrome
- Auto Update
Initial release
Initial stable release.