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
Display the source diff
Display the rich diff
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.
However, any Visual Studio 2019 instance that meets the requirements should be fine. See [global.json](/global.json)
39
39
and [eng/scripts/vs.json](/eng/scripts/vs.json) for those requirements. By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag.
40
+
Even if you have installed Visual Studio, still recommend you should use this script to install again to avoid errors due to missing components just in case.
40
41
* Git. <https://git-scm.org>
41
42
* NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>.
Copy file name to clipboardExpand all lines: docs/TriageProcess.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ We may not investigate issues which haven't received many votes/comments and cho
53
53
For some feature requests and bug reports, depending on the user involvement, we may choose to move these to the backlog at this point. What this means, is that they will not be looked at again up until the next major release planning.
54
54
55
55
## Release Planning
56
-
Once we approach to the end of the release cylce (.NET Core 3, .NET 5) we will look through the accumulated issues in the `Backlog` milestone. This is a long process as the amount of issues accumulated in this milestone is quite large.
56
+
Once we approach to the end of the release cycle (.NET Core 3, .NET 5) we will look through the accumulated issues in the `Backlog` milestone. This is a long process as the amount of issues accumulated in this milestone is quite large.
57
57
58
58
We will try to prioritize issues with most community requests / upvotes assuming these are aligned with our goals.
59
59
Issues, which we will think are candidates for the upcoming release, will be moved to the `Next Sprint Planning` milestone.
0 commit comments