osu/.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 10:48:13 +00:00
"version": "2023.3.3",
"commands": [
"jb"
]
},
2021-11-04 10:19:00 +00:00
"nvika": {
2024-02-02 10:48:13 +00:00
"version": "3.0.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2023-06-15 06:15:32 +00:00
"version": "0.0.37",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
"version": "2024.802.0",
"commands": [
"localisation"
]
}
}
}