Skip to content

Commit

Permalink
Update some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jan 2, 2025
1 parent a34fd5a commit e5b5565
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Src/Website/docs/EditorsTroubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ The following can help track down issues with the extension being unable to inst
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

## Known Issues
`Spawning the csharpier server timed out. Formatting cannot occur.`

The new CSharpier Server has caused issues with some users. There is an option `Disable CSharpier Server` to have the extension make use of the older method of communicating with csharpier.
5 changes: 5 additions & 0 deletions docs/EditorsTroubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ The following can help track down issues with the extension being unable to inst
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

## Known Issues
`Spawning the csharpier server timed out. Formatting cannot occur.`

The new CSharpier Server has caused issues with some users. There is an option `Disable CSharpier Server` to have the extension make use of the older method of communicating with csharpier.

0 comments on commit e5b5565

Please sign in to comment.