You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/razor_tooling.md
+5-18Lines changed: 5 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -34,26 +34,13 @@ We will close this issue if:
34
34
35
35
Please collect the data below before reporting your issue to aid us in diagnosing the root cause.
36
36
37
-
#### Activity log
37
+
#### Activity log (only needed if VS crashes)
38
38
[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.
39
39
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`
57
44
58
45
### Further technical details
59
46
- 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