-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2100 from Microsoft/0_17_5_insiders
0 17 5 insiders
- Loading branch information
Showing
16 changed files
with
1,390 additions
and
1,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Debugger | ||
about: Issues pertaining to debugging such as call stack, breakpoints, watch window, | ||
launching or attaching to a debuggee. | ||
|
||
--- | ||
|
||
Type: Debugger | ||
**Input information below** | ||
|
||
**Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.** | ||
|
||
**Describe the bug** | ||
- OS and Version: | ||
- VS Code Version: | ||
- C/C++ Extension Version: | ||
- Other extensions you installed (and if the issue persists after disabling them): | ||
- A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
*Please include a code sample and `launch.json` configuration.* | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Additional context** | ||
*If applicable, please include logging by adding "logging": { "engineLogging": true, "trace": true, "traceResponse": true } in your `launch.json`* | ||
Add any other context about the problem here including log or error messages in your Debug Console or Output windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: General Extension | ||
about: Issues pertaining to downloading, installing, or building the extension. | ||
|
||
--- | ||
|
||
Type: General | ||
**Input information below** | ||
|
||
**Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.** | ||
|
||
**Describe the bug** | ||
- OS and Version: | ||
- VS Code Version: | ||
- C/C++ Extension Version: | ||
- Other extensions you installed (and if the issue persists after disabling them): | ||
- A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
*Please include code sample and `task.json` files.* | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here including log messages from the Output window. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Language Service | ||
about: 'Issues pertaining to IntelliSense, autocomplete, code editing, etc. ' | ||
|
||
--- | ||
|
||
Type: LanguageService | ||
**----- Input information below -----** | ||
|
||
**Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.** | ||
|
||
**Describe the bug** | ||
- OS and Version: | ||
- VS Code Version: | ||
- C/C++ Extension Version: | ||
- Other extensions you installed (and if the issue persists after disabling them): | ||
- A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
*Provide a code sample including configuration files such as c_cpp_properties.json* | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
*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. Starting with 0.17.3, Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "http://msdl.microsoft.com/download/symbols".* | ||
Add any other context about the problem here including log messages in your Output window ("C_Cpp.loggingLevel": "Debug" in settings.json). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.