-
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 branch 'main' into mimatias/r1-3-0
- Loading branch information
Showing
94 changed files
with
2,295 additions
and
2,030 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
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,17 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this extension. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Type: Feature Request | ||
|
||
<!-- Prior to creating a feature request, please review | ||
existing issues at https://github.com/Microsoft/vscode-cpptools/issues | ||
to avoid creating duplicates. | ||
--> | ||
|
||
<!-- Describe the feature you'd like. --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,65 @@ | ||
--- | ||
name: Language Service | ||
about: 'Issues pertaining to IntelliSense, autocomplete, code editing, etc. ' | ||
name: Bug Report - Language Service | ||
about: 'Create a bug report for IntelliSense, autocomplete, code editing, code navigation, etc.' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Type: LanguageService** | ||
<!----- Input information below -----> | ||
Bug type: Language Service | ||
|
||
<!-- | ||
**Prior to filing an issue, please review:** | ||
- Existing issues at https://github.com/Microsoft/vscode-cpptools/issues | ||
- Our documentation at https://code.visualstudio.com/docs/languages/cpp | ||
- FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp | ||
<!-- Prior to creating a bug report, please review: | ||
📝 Existing issues at https://github.com/Microsoft/vscode-cpptools/issues | ||
📜 Our documentation at https://code.visualstudio.com/docs/languages/cpp | ||
📙 FAQs at https://code.visualstudio.com/docs/cpp/faq-cpp | ||
--> | ||
|
||
|
||
**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): | ||
- Does this issue involve using SSH remote to run the extension on a remote machine?: | ||
- If using SSH remote, specify OS of remote machine: | ||
- 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). | ||
|
||
|
||
**Steps to reproduce** | ||
<!-- Provide clear steps to reproduce the behavior: --> | ||
<!-- *The most actionable issue reports include a code sample including configuration files such as c_cpp_properties.json* --> | ||
<!-- Provide clear steps to reproduce the bug: --> | ||
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. --> | ||
|
||
<!-- Please provide the following logs that show diagnostics and debugging information about the language server. | ||
1. Logs from the command `C/C++: Log Diagnostics` | ||
2. Logs from [the language server](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server) | ||
--> | ||
<details> | ||
<summary><strong>Logs</strong></summary> | ||
|
||
<!-- Note: do not remove empty line after </summary> tag, otherwise the code blocks formatting won't show correctly. --> | ||
``` | ||
Insert logs here. | ||
``` | ||
</details> | ||
**Code sample and logs** | ||
<!-- Please provide code sample, your c_cpp_properties.json and logs. --> | ||
- Code sample | ||
|
||
- Configurations in `c_cpp_properties.json` | ||
|
||
- Logs from running `C/C++: Log Diagnostics` from the VS Code command palette | ||
|
||
- Logs from [the language server logging](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server) | ||
|
||
|
||
**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. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols". | ||
Providing 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". | ||
Instructions for attaching debugger to language service process: | ||
https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv. | ||
Performance analysis: | ||
For a performance issue see instructions at https://github.com/microsoft/vscode-cpptools/wiki/Troubleshooting-Performance-Issues. | ||
--> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Microsoft Open Source Code of Conduct | ||
# Microsoft Open Source Code of Conduct | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [email protected] with any additional questions or comments. | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
|
||
Resources: | ||
|
||
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) | ||
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) | ||
- Contact [[email protected]](mailto:[email protected]) with questions or concerns |
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.