mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-17 14:33:22 +08:00
24 lines
381 B
JSON
24 lines
381 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"cake.tool": {
|
|
"version": "3.1.0",
|
|
"commands": [
|
|
"dotnet-cake"
|
|
]
|
|
},
|
|
"dotnet-script": {
|
|
"version": "1.4.0",
|
|
"commands": [
|
|
"dotnet-script"
|
|
]
|
|
},
|
|
"jetbrains.resharper.globaltools": {
|
|
"version": "2023.2.0",
|
|
"commands": [
|
|
"jb"
|
|
]
|
|
}
|
|
}
|
|
} |