Skip to content

Commit b69d17a

Browse files
Merge pull request #10378 from microsoft/seanmcm/1_14_0_insiders
Merge for 1.14.0
2 parents 7fec8ba + be8b6fb commit b69d17a

File tree

73 files changed

+1349
-577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1349
-577
lines changed

.github/ISSUE_TEMPLATE/language-service.yml renamed to .github/ISSUE_TEMPLATE/1_language-service.yml

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33
body:
44
- type: markdown
55
attributes:
@@ -16,25 +16,21 @@ body:
1616
- OS and Version
1717
- VS Code Version
1818
- C/C++ Extension Version
19-
- Other extensions you installed (and if the issue persists after disabling them)
2019
- 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).
2220
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:
2925
validations:
3026
required: true
3127
- type: textarea
3228
attributes:
3329
label: Bug Summary and Steps to Reproduce
3430
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).
3632
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.
3834
value: |
3935
Bug Summary:
4036
@@ -44,20 +40,15 @@ body:
4440
2. Click on '....'
4541
3. Scroll down to '....'
4642
4. See error
43+
44+
Expected behavior:
4745
validations:
4846
required: true
4947
- type: textarea
5048
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
5850
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:
6152
- Configurations in `c_cpp_properties.json`
6253
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette
6354
- 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:
6657
required: true
6758
- type: textarea
6859
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.
7162
validations:
7263
required: false
7364
- type: textarea
7465
attributes:
7566
label: Additional context
7667
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+
7770
Providing call stacks:
7871
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".
7972
File renamed without changes.

.github/ISSUE_TEMPLATE/general-extension.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)