1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +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.

31 lines
504 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
2024-02-02 18:48:13 +08:00
"version": "2023.3.3",
"commands": [
"jb"
]
},
2021-11-04 18:19:00 +08:00
"nvika": {
2024-02-02 18:48:13 +08:00
"version": "3.0.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2023-06-15 14:15:32 +08:00
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
2024-05-17 10:15:17 +08:00
"version": "2024.517.0",
"commands": [
"localisation"
]
}
}
}