osu/.config/dotnet-tools.json

36 lines
615 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
2019-11-11 12:32:32 +00:00
"dotnet-format": {
"version": "3.1.37601",
"commands": [
"dotnet-format"
]
},
"jetbrains.resharper.globaltools": {
2021-01-02 10:53:06 +00:00
"version": "2020.3.2",
"commands": [
"jb"
]
},
2021-11-04 10:19:00 +00:00
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2021-06-15 12:42:09 +00:00
"version": "0.0.36",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
2021-07-25 06:24:49 +00:00
"version": "2021.725.0",
"commands": [
"localisation"
]
}
}
2021-10-28 05:34:27 +00:00
}