Skip to content

Releases: chromium/vs-chromium

v0.9.9

10 Oct 22:40
Compare
Choose a tag to compare

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

11 Jun 20:53
Compare
Choose a tag to compare

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

01 Apr 00:30
Compare
Choose a tag to compare

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.

24 Feb 20:54
Compare
Choose a tag to compare
Pre-release

The DebuggerThread did not handle exceptions properly, which prevented proper logging of exceptions occurring in VsChromiumHost.exe.

Add logging around child process creation

24 Feb 17:35
Compare
Choose a tag to compare

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

17 Jan 00:39
Compare
Choose a tag to compare

Initial public release.

12 Dec 22:47
Compare
Choose a tag to compare

Initial public release of VsChromium.

  • Chromium Explorer
  • Format Comment
  • Chromium Coding Style checkers
  • Attach to Chrome
  • Auto Update

Initial release

12 Dec 00:38
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial stable release.