Skip to content

Commit dba4a28

Browse files
authored
Merge pull request #7480 from microsoft/seanmcm/1_4_0_insiders
1.4.0-insiders
2 parents 143207a + 53a3864 commit dba4a28

File tree

97 files changed

+2675
-1761
lines changed

Some content is hidden

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

97 files changed

+2675
-1761
lines changed

.github/ISSUE_TEMPLATE/debugger.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
name: Debugger
3-
about: Issues pertaining to debugging such as call stack, breakpoints, watch window,
2+
name: Bug Report - Debugger
3+
about: Create a bug report for debugging such as call stack, breakpoints, watch window,
44
launching or attaching to a debuggee.
55
title: ''
66
labels: ''
77
assignees: ''
88

99
---
1010

11-
Type: Debugger
12-
<!----- Input information below ----->
11+
Bug type: Debugger
1312

14-
<!--
15-
**Prior to filing an issue, please review:**
16-
- Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
17-
- Our documentation at https://code.visualstudio.com/docs/languages/cpp
18-
- FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
13+
<!-- Prior to creating a bug report, please review:
14+
📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
15+
📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp
16+
📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
1917
-->
2018

19+
2120
**Describe the bug**
2221
- OS and Version:
2322
- VS Code Version:
2423
- C/C++ Extension Version:
2524
- Other extensions you installed (and if the issue persists after disabling them):
2625
- A clear and concise description of what the bug is.
2726

27+
2828
**To Reproduce**
2929
*Please include a code sample and `launch.json` configuration.*
3030
Steps to reproduce the behavior:
@@ -33,6 +33,7 @@ Steps to reproduce the behavior:
3333
3. Scroll down to '....'
3434
4. See error
3535

36+
3637
**Additional context**
3738
*If applicable, please include logging by adding "logging": { "engineLogging": true, "trace": true, "traceResponse": true } in your `launch.json`*
3839
Add any other context about the problem here including log or error messages in your Debug Console or Output windows.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this extension.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Type: Feature Request
11+
12+
<!-- Prior to creating a feature request, please review
13+
existing issues at https://github.com/Microsoft/vscode-cpptools/issues
14+
to avoid creating duplicates.
15+
-->
16+
17+
<!-- Describe the feature you'd like. -->
Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
2-
name: General Extension
3-
about: Issues pertaining to downloading, installing, or building the extension.
2+
name: Bug Report - General Extension
3+
about: Create a bug report for downloading, installing, or building the extension.
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
Type: General
11-
<!----- Input information below ----->
10+
Bug type: General
1211

13-
<!--
14-
**Prior to filing an issue, please review:**
15-
- Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
16-
- Our documentation at https://code.visualstudio.com/docs/languages/cpp
17-
- FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
12+
<!-- Prior to creating a bug report, please review:
13+
📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
14+
📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp
15+
📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
1816
-->
1917

18+
2019
**Describe the bug**
2120
- OS and Version:
2221
- VS Code Version:
2322
- C/C++ Extension Version:
2423
- Other extensions you installed (and if the issue persists after disabling them):
2524
- A clear and concise description of what the bug is.
2625

26+
2727
**To Reproduce**
2828
*Please include code sample and `task.json` files.*
2929
Steps to reproduce the behavior:
@@ -32,11 +32,14 @@ Steps to reproduce the behavior:
3232
3. Scroll down to '....'
3333
4. See error
3434

35+
3536
**Expected behavior**
36-
A clear and concise description of what you expected to happen.
37+
<!-- A clear and concise description of what you expected to happen. -->
38+
3739

3840
**Screenshots**
39-
If applicable, add screenshots to help explain your problem.
41+
<!-- If applicable, add screenshots to help explain your problem. -->
42+
4043

4144
**Additional context**
42-
Add any other context about the problem here including log messages from the Output window.
45+
<!-- Add any other context about the problem here including log messages from the Output window. -->
Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,65 @@
11
---
2-
name: Language Service
3-
about: 'Issues pertaining to IntelliSense, autocomplete, code editing, etc. '
2+
name: Bug Report - Language Service
3+
about: 'Create a bug report for IntelliSense, autocomplete, code editing, code navigation, etc.'
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
**Type: LanguageService**
11-
<!----- Input information below ----->
10+
Bug type: Language Service
1211

13-
<!--
14-
**Prior to filing an issue, please review:**
15-
- Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
16-
- Our documentation at https://code.visualstudio.com/docs/languages/cpp
17-
- FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
12+
<!-- Prior to creating a bug report, please review:
13+
📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues
14+
📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp
15+
📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp
1816
-->
1917

18+
2019
**Describe the bug**
2120
- OS and Version:
2221
- VS Code Version:
2322
- C/C++ Extension Version:
2423
- Other extensions you installed (and if the issue persists after disabling them):
25-
- Does this issue involve using SSH remote to run the extension on a remote machine?:
24+
- If using SSH remote, specify OS of remote machine:
2625
- 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).
2726

27+
2828
**Steps to reproduce**
29-
<!-- Provide clear steps to reproduce the behavior: -->
30-
<!-- *The most actionable issue reports include a code sample including configuration files such as c_cpp_properties.json* -->
29+
<!-- Provide clear steps to reproduce the bug: -->
3130
1. Go to '...'
3231
2. Click on '....'
3332
3. Scroll down to '....'
3433
4. See error
3534

35+
3636
**Expected behavior**
3737
<!-- A clear and concise description of what you expected to happen. -->
3838

39-
<!-- Please provide the following logs that show diagnostics and debugging information about the language server.
40-
1. Logs from the command `C/C++: Log Diagnostics`
41-
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>
4539

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>
40+
**Code sample and logs**
41+
<!-- Please provide code sample, your c_cpp_properties.json and logs. -->
42+
- Code sample
43+
44+
- Configurations in `c_cpp_properties.json`
45+
46+
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette
47+
48+
- Logs from [the language server logging](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)
49+
5150

5251
**Screenshots**
5352
<!-- If applicable, add screenshots to help explain your problem. -->
5453

54+
5555
**Additional context**
5656
<!--
57-
* Call Stacks: 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".
57+
Providing call stacks:
58+
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".
59+
60+
Instructions for attaching debugger to language service process:
61+
https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv.
62+
63+
Performance analysis:
64+
For a performance issue see instructions at https://github.com/microsoft/vscode-cpptools/wiki/Troubleshooting-Performance-Issues.
5865
-->

.github/actions/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 14.16.x
2020

2121
- name: Install Dependencies
22-
run: yarn install
22+
run: yarn install --network-timeout 100000
2323
working-directory: Extension
2424

2525
- name: Generate hashes for runtime dependency packages
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Enhancement Closer (no milestone)
2+
on:
3+
schedule:
4+
- cron: 50 11 * * * # Run at 11:50 AM UTC (3:50 AM PST, 4:50 AM PDT)
5+
workflow_dispatch:
6+
inputs:
7+
readonly:
8+
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
9+
default: false
10+
11+
jobs:
12+
main:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout Actions
16+
uses: actions/checkout@v2
17+
- name: Install Actions
18+
run: cd ./.github/actions && npm install --production && cd ../..
19+
- name: Stale Closer
20+
uses: ./.github/actions/StaleCloser
21+
with:
22+
readonly: ${{ github.event.inputs.readonly }}
23+
labels: enhancement
24+
ignoreLabels: debugger,internal,Feature Request
25+
addLabels: more votes needed
26+
closeDays: 60
27+
maximumVotes: 2
28+
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
29+
setMilestoneId: 30
30+
ignoreMilestoneNames: "*"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Enhancement Closer (Triage)
2+
on:
3+
schedule:
4+
- cron: 40 11 * * * # Run at 11:40 AM UTC (3:40 AM PST, 4:40 AM PDT)
5+
workflow_dispatch:
6+
inputs:
7+
readonly:
8+
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
9+
default: false
10+
11+
jobs:
12+
main:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout Actions
16+
uses: actions/checkout@v2
17+
- name: Install Actions
18+
run: cd ./.github/actions && npm install --production && cd ../..
19+
- name: Stale Closer
20+
uses: ./.github/actions/StaleCloser
21+
with:
22+
readonly: ${{ github.event.inputs.readonly }}
23+
labels: enhancement
24+
ignoreLabels: debugger,internal,Feature Request
25+
addLabels: more votes needed
26+
closeDays: 60
27+
maximumVotes: 2
28+
closeComment: "This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog."
29+
milestoneName: Triage
30+
milestoneId: 30
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Enhancement Reopener
2+
on:
3+
schedule:
4+
- cron: 20 12 * * * # Run at 12:20 PM UTC (4:20 AM PST, 5:20 AM PDT)
5+
workflow_dispatch:
6+
inputs:
7+
readonly:
8+
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
9+
default: false
10+
11+
jobs:
12+
main:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout Actions
16+
uses: actions/checkout@v2
17+
- name: Install Actions
18+
run: cd ./.github/actions && npm install --production && cd ../..
19+
- name: Run Reopener
20+
uses: ./.github/actions/Reopener
21+
with:
22+
readonly: ${{ github.event.inputs.readonly }}
23+
alsoApplyToOpenIssues: true
24+
reopenComment: This feature request has received enough votes to be added to our backlog.
25+
labels: enhancement
26+
minimumVotes: 3
27+
ignoreLabels: debugger,internal,Feature Request
28+
milestoneId: 30
29+
milestoneName: Triage
30+
setMilestoneId: 28
31+
removeLabels: more votes needed

Build/loc/LocProject.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Projects": [
3+
{
4+
"LanguangeSet": "VS_Main_Languages",
5+
"LocItems": [
6+
{
7+
"SourceFile": "vscode-extensions-localization-export\\vscode-extensions\\vscode-cpptools.xlf",
8+
"Languages": "cs;de;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant"
9+
}
10+
]
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)