From c1a6156e8cc6a5f2260571442211b7e200340f7c Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal <135037687+vaibhavPH@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:26:51 +0530 Subject: [PATCH] fix: remove extra hyphen in troubleshooting step file (#1372) --- docs/EditorsTroubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EditorsTroubleshooting.md b/docs/EditorsTroubleshooting.md index 312bea9cb..68f3703c5 100644 --- a/docs/EditorsTroubleshooting.md +++ b/docs/EditorsTroubleshooting.md @@ -46,7 +46,7 @@ The following can help track down issues with the extension being unable to inst `C:\Users\[UserName]\AppData\Local\CSharpier\[CSharpierVersion]` or
`$HOME/.cache/csharpier/[CSharpierVersion]` 3. Assuming the directory above exists, attempt to run the following in that directory
- `dotnet-csharpier --version` + `dotnet csharpier --version` 4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself
`dotnet tool install csharpier --version [CSharpierVersion] --tool-path [PathFromStep2]` 5. Repeat step 3 to validate the install