1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/.config/dotnet-tools.json

31 lines
505 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2022.2.3",
"commands": [
"jb"
]
},
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
"version": "2023.1117.0",
"commands": [
"localisation"
]
}
}
}