antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.22k stars 3.71k forks source link

[build, general grammar maintenance] .config/dotnet-tool.json should include other Trash dependencies #4259

Closed kaby76 closed 1 month ago

kaby76 commented 1 month ago

The .config/dotnet-tool.json file contains all the tool dependencies for testing grammars. But, it should require a few other Trash tools because I find myself constantly installing others, e.g., dotnet tool install trperf. What more should be included? It probably wouldn't hurt to add all the Trash tools.