Skip to content

Commit

Permalink
Remove references to VS 2017 since project only supports VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored Apr 13, 2024
1 parent 99a0afc commit a6ebc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This project has the following structure:
* tests
* IndentRainbow.Logic.Tests <- Unit tests for the core logic.

To build the project, you will need to install the Visual Studio 2017 and "Visual Studio extension development" features. Note that VS 2017 is needed to be able to compile the extension for Visual Studio versions before 2019.
To build the project, you will need to install the Visual Studio 2022 and "Visual Studio extension development" features.

### Inspiration
This project was inspired by this project/extension for VS Code:

[https://github.com/oderwat/vscode-indent-rainbow](https://github.com/oderwat/vscode-indent-rainbow)
[https://github.com/oderwat/vscode-indent-rainbow](https://github.com/oderwat/vscode-indent-rainbow)

0 comments on commit a6ebc9c

Please sign in to comment.