Skip to content

Commit

Permalink
fix: remove extra hyphen in troubleshooting step file (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavPH authored Nov 4, 2024
1 parent 42622cd commit 13cd0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EditorsTroubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>
`$HOME/.cache/csharpier/[CSharpierVersion]`
3. Assuming the directory above exists, attempt to run the following in that directory<br/>
`dotnet-csharpier --version`
`dotnet csharpier --version`
4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself<br/>
`dotnet tool install csharpier --version [CSharpierVersion] --tool-path [PathFromStep2]`
5. Repeat step 3 to validate the install

0 comments on commit 13cd0c0

Please sign in to comment.