Skip to content

Commit f132884

Browse files
Update issue language template (#5089)
1 parent f2eb925 commit f132884

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/language-service.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,18 @@ assignees: ''
3636
**Expected behavior**
3737
<!-- A clear and concise description of what you expected to happen. -->
3838

39-
**Logs**
4039
<!-- Please provide the following logs that show diagnostics and debugging information about the language server.
41-
-->
4240
1. Logs from the command `C/C++: Log Diagnostics`
4341
2. Logs from [the language server](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)
42+
-->
43+
<details>
44+
<summary><strong>Logs</strong></summary>
45+
46+
<!-- Note: do not remove empty line after </summary> tag, otherwise the code blocks formatting won't show correctly. -->
47+
```
48+
Insert logs here.
49+
```
50+
</details>
4451

4552
**Screenshots**
4653
<!-- If applicable, add screenshots to help explain your problem. -->

0 commit comments

Comments
 (0)