1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00
Files
osu-lazer/.config/dotnet-tools.json
T
2025-12-11 13:53:09 +09:00

31 lines
505 B
JSON

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