Skip to content

v0.9.31

Compare
Choose a tag to compare
@rpaquay rpaquay released this 28 May 19:44
· 41 commits to master since this release

Add support for VS 2019, remove support for VS 2013.

VS 2019 requires a new API for VsPackages (AsyncPackage). This API is only supported from VS 2015 and later. Starting with this release of VsChromium (v0.9.31), older version of VS (VS 2013 and earlier) are not supported anymore.

This release addresses issues #49 and #52.

This release has a minor regression: loading custom icons for known file extensions (e.g. .cs, .cpp, etc.) in the Code Search and Solution Explorer tool windows was based on an undocumented VS API that was removed starting VS 2015, so the icon shows as a generic "Text document" icon.