1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 05:07:21 +08:00
osu-lazer/.config/dotnet-tools.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
622 B
JSON
Raw Permalink Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
2019-11-11 20:32:32 +08:00
"dotnet-format": {
"version": "3.1.37601",
"commands": [
"dotnet-format"
]
},
"jetbrains.resharper.globaltools": {
2022-04-14 11:52:05 +09:00
"version": "2022.1.0-eap10",
"commands": [
"jb"
]
},
2021-11-04 19:19:00 +09:00
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2021-06-15 21:42:09 +09:00
"version": "0.0.36",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
"version": "2022.417.0",
"commands": [
"localisation"
]
}
}
}