We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fsharp.formatting.commandtool
fsdocs-tool
1 parent 844ee7e commit 1858c78Copy full SHA for 1858c78
.config/dotnet-tools.json
@@ -2,17 +2,17 @@
2
"version": 1,
3
"isRoot": true,
4
"tools": {
5
- "fsharp.formatting.commandtool": {
6
- "version": "11.1.0",
7
- "commands": [
8
- "fsdocs"
9
- ]
10
- },
11
"fantomas": {
12
"version": "5.2.0",
13
"commands": [
14
"fantomas"
15
]
+ },
+ "fsdocs-tool": {
+ "version": "16.1.1",
+ "commands": [
+ "fsdocs"
+ ]
16
}
17
18
0 commit comments