Skip to content

Commit e5b5565

Browse files
committed
Update some doc
1 parent a34fd5a commit e5b5565

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Src/Website/docs/EditorsTroubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ The following can help track down issues with the extension being unable to inst
5050
4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself<br/>
5151
`dotnet tool install csharpier --version [CSharpierVersion] --tool-path [PathFromStep2]`
5252
5. Repeat step 3 to validate the install
53+
54+
## Known Issues
55+
`Spawning the csharpier server timed out. Formatting cannot occur.`
56+
57+
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.

docs/EditorsTroubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ The following can help track down issues with the extension being unable to inst
5050
4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself<br/>
5151
`dotnet tool install csharpier --version [CSharpierVersion] --tool-path [PathFromStep2]`
5252
5. Repeat step 3 to validate the install
53+
54+
## Known Issues
55+
`Spawning the csharpier server timed out. Formatting cannot occur.`
56+
57+
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 commit comments

Comments
 (0)