osu/.config/dotnet-tools.json

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

30 lines
503 B
JSON
Raw Normal View History

{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
2022-09-14 05:40:45 +00:00
"version": "2022.2.3",
"commands": [
"jb"
]
},
2021-11-04 10:19:00 +00:00
"nvika": {
"version": "2.2.0",
"commands": [
"nvika"
]
},
"codefilesanity": {
2021-06-15 12:42:09 +00:00
"version": "0.0.36",
"commands": [
"CodeFileSanity"
]
},
"ppy.localisationanalyser.tools": {
2022-08-18 06:18:35 +00:00
"version": "2022.809.0",
"commands": [
"localisation"
]
}
}
2022-05-11 09:26:08 +00:00
}