Skip to content

Releases: menees/VsTools

2022.0.10

25 May 15:38
Compare
Choose a tag to compare

2022.0.9

08 Dec 01:51
Compare
Choose a tag to compare

2022.0.8

03 Dec 02:21
Compare
Choose a tag to compare

2022.0.7

02 Dec 12:49
Compare
Choose a tag to compare

2022.0.6

29 May 21:07
Compare
Choose a tag to compare
  • Support import/export settings.

2022.0.5

25 Oct 02:03
Compare
Choose a tag to compare
  • Support #region in CSS, LESS, and SCSS files.

2022.0.4

15 Jun 23:26
Compare
Choose a tag to compare
  • Apply highlight options changes. Commit 3f4aeb0 switched from MainPackage.GeneralOptions to .HighlightOptions, but I missed two places where the .GeneralOptions.Applied event was used. That meant changing .HighlightOptions properties wouldn't cause text to be reclassified (i.e., re-highlighted) without a restart.

  • Also, added default gray highlight rule for "CPM preview" message that's discussed at NuGet/Home#11724. This way the annoying preview message is rendered as gray text rather than normal text.

2022.0.3

20 Feb 15:38
Compare
Choose a tag to compare
  • Added some default file exclude patterns.

2022.0.2

14 Dec 22:22
Compare
Choose a tag to compare

2022.0.1

17 Oct 17:03
Compare
Choose a tag to compare
  • Initial release for VS 2022 RC or later.
  • Rewrote Expand/CollapseAllRegions commands due to TextSelection.FindText bug in VS 2022 RC.
  • Added support for Python #regions since built-in support wasn't working as of VS 2022 RC.