Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jan 12, 2024
1 parent f49cf5d commit 0f07ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Website/docs/EditorsTroubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following can help track down issues with the extension being unable to inst
`dotnet csharpier --version`
2. If the extension was able to install CSharpier it should exist at a path such as<br/>
`C:\Users\[UserName]\AppData\Local\CSharpier\[CSharpierVersion]` or<br/>
`$Home/.cache/csharpier/[CSharpierVersion]`
`$HOME/.cache/csharpier/[CSharpierVersion]`
3. Assuming the directory above exists, attempt to run the following in that directory<br/>
`dotnet-csharpier --version`
4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself<br/>
Expand Down

0 comments on commit 0f07ce0

Please sign in to comment.