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/1_language-service.yml
+15-22Lines changed: 15 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug Report - Language Service
2
-
description: Create a bug report for IntelliSense, autocomplete, code editing, code navigation, etc.
2
+
description: Create a bug report for IntelliSense, code editing, code navigation, code completion, code formatting, semantic colorization, etc.
3
3
body:
4
4
- type: markdown
5
5
attributes:
@@ -16,25 +16,21 @@ body:
16
16
- OS and Version
17
17
- VS Code Version
18
18
- C/C++ Extension Version
19
-
- Other extensions you installed (and if the issue persists after disabling them)
20
19
- If using SSH remote, specify OS of remote machine
21
-
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
22
20
value: |
23
-
- OS and Version:
24
-
- VS Code Version:
25
-
- C/C++ Extension Version:
26
-
- Other extensions you installed (and if the issue persists after disabling them):
27
-
- If using SSH remote, specify OS of remote machine:
28
-
- A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
21
+
- OS and Version:
22
+
- VS Code Version:
23
+
- C/C++ Extension Version:
24
+
- If using SSH remote, specify OS of remote machine:
29
25
validations:
30
26
required: true
31
27
- type: textarea
32
28
attributes:
33
29
label: Bug Summary and Steps to Reproduce
34
30
description: |
35
-
Please describe the language service issue or language service feature that is not working as expected.
31
+
Please describe the language service issue or language service feature that is not working as expected. Include information about the actual workspace project (for example, is the workspace a single project or multiple projects, size of the project, etc).
36
32
37
-
Include clear steps on how to reproduce the issue.
33
+
Include clear steps on how to reproduce the issue and a description of what you expected to happen.
38
34
value: |
39
35
Bug Summary:
40
36
@@ -44,20 +40,15 @@ body:
44
40
2. Click on '....'
45
41
3. Scroll down to '....'
46
42
4. See error
43
+
44
+
Expected behavior:
47
45
validations:
48
46
required: true
49
47
- type: textarea
50
48
attributes:
51
-
label: Expected behavior
52
-
description: A clear and concise description of what you expected to happen.
53
-
validations:
54
-
required: false
55
-
- type: textarea
56
-
attributes:
57
-
label: Code sample and Logs
49
+
label: Configuration and Logs
58
50
description: |
59
-
Please provide code sample, your c_cpp_properties.json and logs:
60
-
- Code sample
51
+
Please provide your c_cpp_properties.json and logs:
61
52
- Configurations in `c_cpp_properties.json`
62
53
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette
63
54
- Logs from [the language server logging](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)
@@ -66,14 +57,16 @@ body:
66
57
required: true
67
58
- type: textarea
68
59
attributes:
69
-
label: Screenshots
70
-
description: If applicable, add screenshots to help explain your problem.
60
+
label: Other Extensions
61
+
description: If applicable, please list other extensions installed and if the issue persists after disabling other extensions.
71
62
validations:
72
63
required: false
73
64
- type: textarea
74
65
attributes:
75
66
label: Additional context
76
67
description: |
68
+
Optionally provide other information that will give us more context about the issue you are encountering, such as code sample, screenshots, screen recording of the issue, call stacks, etc.
69
+
77
70
Providing call stacks:
78
71
For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
0 commit comments