Skip to content

Tags: menees/VsTools

Tags

v2022.0.10

Toggle v2022.0.10's commit message
Increment version

v2022.0.9

Toggle v2022.0.9's commit message
Rollback VS SDK packages. Fix #7.

v2022.0.8

Toggle v2022.0.8's commit message
Make Tasks ignore VS temp files for Git Blame and TFS Annotate

v2022.0.7

Toggle v2022.0.7's commit message
Increment version

v2022.0.6

Toggle v2022.0.6's commit message
Support import/export settings

v2022.0.5

Toggle v2022.0.5's commit message
Support #region for CSS, LESS, and SCSS

v2022.0.4

Toggle v2022.0.4's commit message
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.

v2022.0.3

Toggle v2022.0.3's commit message
Added some default file exclude patterns

v2022.0.2

Toggle v2022.0.2's commit message
Removed use of deprecated FindPattern API

v2022.0.1

Toggle v2022.0.1's commit message
Support custom prefix and suffix for "Add TODO Comment"