-
Notifications
You must be signed in to change notification settings - Fork 1.7k
0 17 5 insiders #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
0 17 5 insiders #2100
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6d1264e
fix regression from extension API change
bobbrow baebe0a
Merge pull request #2011 from Microsoft/bobbrow/regression
bobbrow 3f5b0b7
Update for 0.17.2. (#2022)
sean-mcmanus 94a2b67
add support for ${workspaceFolder:<folder_name>}
bobbrow df7b77b
Update for 0.17.3.
sean-mcmanus 891d590
add support for ${workspaceFolder:<folder_name>} (#2027)
bobbrow a60c1c5
doc updates (#2028)
bobbrow d786b0f
Merge pull request #2029 from Microsoft/seanmcm/0_17_3_release
sean-mcmanus 7553bb9
Update ISSUE_TEMPLATE.md (#2030)
sean-mcmanus 306a55d
Update IntelliSense engine.md (#2040)
henrywiechert 7b91a97
Update extension version (#2035)
bobbrow 847a2e3
reduce promise reject messages in the standard case (#2041)
bobbrow a096ec9
Update Customizing Default Settings.md
bobbrow 9b33938
Fix startup bug (#2065)
bobbrow b5e00c0
disable recursive `includePath` for ${workspaceFolder} in default c_c…
yunlingz c5105f0
Update for 0.17.4. (#2067)
sean-mcmanus 4b5b086
Merge branch 'release' into master
bobbrow 7729d0a
Update issue templates (#2087)
pieandcakes 3027e18
Grdowns/inactive region opacity (#2061)
grdowns 90b1ebd
update version (#2097)
bobbrow 73c025d
Update dependencies due to vulnerabilities from npm audit. (#2095)
sean-mcmanus cc85f3d
Merge, Also updated changelog and versions.
sean-mcmanus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any edits/additions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was some IntelliSense creation changed, but I wasn't sure how to describe it. And the config provider change. And the additional config args caching.