mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
add format command for vscode (#2174)
This commit is contained in:
Vendored
+12
@@ -20,6 +20,18 @@
|
||||
"reveal": "silent",
|
||||
},
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "Format",
|
||||
"command": "dotnet",
|
||||
"type": "shell",
|
||||
"args": [
|
||||
"format",
|
||||
],
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
},
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user