Skip to content

Commit 4e01bbe

Browse files
author
N. Taylor Mullen
committed
Update Report a Razor Tooling issue instructions
- Providing Language Server logs is a superset of just the Razor logs.
1 parent a001eff commit 4e01bbe

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/ISSUE_TEMPLATE/razor_tooling.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,13 @@ We will close this issue if:
3434

3535
Please collect the data below before reporting your issue to aid us in diagnosing the root cause.
3636

37-
#### Activity log
37+
#### Activity log (only needed if VS crashes)
3838
[Here](https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-the-activity-log?view=vs-2019#to-examine-the-activity-log) are the instructions on how to generate/acquire one. Note that GitHub does not generally allow .xml files to be uploaded with issues.
3939

40-
#### Razor Language Server Client log
41-
<!-- In Visual Studio's `Output` window, the drop-down contains a `Razor Language Server Client` item. Include that below. -->
42-
<details>
43-
<summary>Razor Language Server Client Log Output</summary>
44-
45-
Paste log output here
46-
47-
</details>
48-
49-
#### HTML Language Server Client log
50-
<!-- In Visual Studio's `Output` window, the drop-down contains a `HtmlyLanguageClient` item. Include that below. -->
51-
<details>
52-
<summary>HTML Language Server Client Log Output</summary>
53-
54-
Paste log output here
55-
56-
</details>
40+
#### Language Server logs
41+
1. Run Visual Studio with the [/Log](https://docs.microsoft.com/en-us/visualstudio/ide/reference/log-devenv-exe?view=vs-2019) command line switch
42+
2. Reproduce the issue
43+
3. Provide the logs located at `%Temp%\VisualStudio\LSP`
5744

5845
### Further technical details
5946
- VS version (Help => About Microsoft Visual Studio, i.e. 16.8.0 Preview 1 30313.27...). If in Codespaces there will be two versions (server and client), please provide both.

0 commit comments

Comments
 (0)