Skip to content
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

Merge to release for 1.19.4 #11996

Merged
merged 43 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a25b309
Update for 1.19.0 (#11688)
sean-mcmanus Nov 17, 2023
cc4177b
Update for 1.19.1 (#11724)
sean-mcmanus Nov 21, 2023
7f87dc4
Fix shell quoting for command line arguments (#11734)
browntarik Nov 30, 2023
0e24296
Enable progressive IntelliSense updates (#11735)
Colengms Dec 20, 2023
8d42c49
Fix configuration provider handling with intelliSenseEngine "disabled…
sean-mcmanus Dec 21, 2023
ab8b90b
Stop clearing code analysis problems in updateCustomConfigurations. (…
sean-mcmanus Dec 22, 2023
d5ffbd8
Fix extract to function formatting. (#11804)
sean-mcmanus Dec 27, 2023
7151847
Fix C_Cpp.autocomplete description. (#11816)
sean-mcmanus Dec 29, 2023
6393210
update shell quote baseline (#11827)
browntarik Jan 3, 2024
96faf18
Address issues reported by compliance tooling (#11841)
bobbrow Jan 9, 2024
f16dfc9
Add permissions field to bot actions (#11847)
Colengms Jan 9, 2024
3df0a0f
Bump follow-redirects from 1.15.3 to 1.15.4 in /Extension (#11850)
dependabot[bot] Jan 9, 2024
c61bd07
Bump follow-redirects from 1.15.1 to 1.15.4 in /.github/actions (#11849)
dependabot[bot] Jan 9, 2024
44194c0
fix german translation for RunCodeAnalysis (#11845)
Sir2B Jan 16, 2024
f84f285
Fix EACCES error when using include wildcards. (#11870)
sean-mcmanus Jan 17, 2024
5f8d072
Update CHANGELOG for 1.19.2 (#11871)
Colengms Jan 17, 2024
ced402a
Update ThirdPartyNotices.txt (#11873)
sean-mcmanus Jan 17, 2024
3670564
Fix broken edtior.wordBasedSuggestions setting. (#11773)
sean-mcmanus Jan 18, 2024
821fbb3
update changelog (#11878)
browntarik Jan 19, 2024
6b1fe63
Update changelog for 1.19.2 (#11885)
Colengms Jan 19, 2024
3f1e851
Log cpptools crash call stacks. (#11858)
sean-mcmanus Jan 20, 2024
389cfdd
Improve crash logging (#11899)
sean-mcmanus Jan 26, 2024
9229952
Update TPN for musl (#11912)
sean-mcmanus Feb 1, 2024
b742a19
Validate Compiler Paths Against PATH Environment Variable in Configur…
browntarik Feb 1, 2024
62d167a
Change default intelliSenseUpdateDelay to 1s (#11932)
Colengms Feb 5, 2024
aa56010
Remove whitespace if the includePath exists + minor fix (#11911)
browntarik Feb 6, 2024
674148f
Perf-boost - fast query symbols (#11785)
fearthecowboy Feb 8, 2024
406f1d6
Update TPN. (#11940)
sean-mcmanus Feb 8, 2024
33dce28
Update changelog and version for 1.19.3 (#11941)
Colengms Feb 9, 2024
98c6222
change ping interval to 14 days and close interval to 30 (#11943)
browntarik Feb 9, 2024
c5da167
[Auto] Localization - Translated Strings (#11635)
csigs Feb 9, 2024
c7882e9
Update changelog for 1.19.3, to mention C_Cpp.experimentalFeatures (#…
Colengms Feb 9, 2024
ce202f3
resolve e2e test (#11961)
browntarik Feb 13, 2024
286a5c5
Resolve prompt regression + fix e2e tests (#11964)
browntarik Feb 13, 2024
54314fe
Fix shell quoting e2e test (#11969)
browntarik Feb 14, 2024
36ea516
Fix E2E Shell Quoting Test (#11975)
browntarik Feb 15, 2024
0c93751
Fix typo in CHANGELOG.md (#11968)
jogo- Feb 15, 2024
8b9960c
Silence console.logs (#11973)
trond-snekvik Feb 17, 2024
38c16a5
Update shell quote E2E test (#11977)
browntarik Feb 21, 2024
d1da368
Bump ip from 2.0.0 to 2.0.1 in /.github/actions (#11990)
dependabot[bot] Feb 21, 2024
239d6a0
[Auto] Localization - Translated Strings (#11948)
csigs Feb 21, 2024
347a1fa
Update changelog for 1.19.4 (#11976)
sean-mcmanus Feb 21, 2024
ef3472d
Merge branch 'release' into main
Colengms Feb 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update for 1.19.0 (#11688)
* Update for 1.19.0
  • Loading branch information
sean-mcmanus authored Nov 17, 2023
commit a25b309ac77378d189ec8aa2efed104dafed37b6
12 changes: 11 additions & 1 deletion Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# C/C++ for Visual Studio Code Changelog

## Version 1.19.0: November 16, 2023
### Bug Fixes
* Fix IntelliSense bug with type deduction using concepts. [#8132](https://github.com/microsoft/vscode-cpptools/issues/8132)
* Fix clang-format error messages not being logged. [#8944](https://github.com/microsoft/vscode-cpptools/issues/8944)
* Fix insert mode sometimes doing a replace for completion. [#10613](https://github.com/microsoft/vscode-cpptools/issues/10613)
* Fix indentation missing in markdown fenced code blocks. [#11379](https://github.com/microsoft/vscode-cpptools/issues/11379)
* Fix the parent path of the source file in compile_commands.json not being added to the browse.path. [#11631](https://github.com/microsoft/vscode-cpptools/issues/11631)
* Fix the database not getting updated in certain cases when switching configurations. [#11649](https://github.com/microsoft/vscode-cpptools/issues/11649)
* Fix a cpptools crash with certain projects. [#11674](https://github.com/microsoft/vscode-cpptools/issues/11674)

## Version 1.18.5: November 16, 2023
### Bug Fix
* Fix `~/vscode-cpptools` being used as the cache folder instead of `~/.cache/vscode-cpptools` on Linux. [#11693](https://github.com/microsoft/vscode-cpptools/issues/11693)

## Version 1.18.4: November 14, 2023
### Bug Fixes:
* Fix 'Extract to function' not scrolling to and selecting the added header declaration. [#11676](https://github.com/microsoft/vscode-cpptools/issues/11676)
* Fix the extension sometimes failing to activate with VS Code versions less than 1.18. [#11680](https://github.com/microsoft/vscode-cpptools/issues/11680)
* Fix the extension sometimes failing to activate with VS Code versions less than 1.85. [#11680](https://github.com/microsoft/vscode-cpptools/issues/11680)

## Version 1.18.3: November 13, 2023
### New Features
2 changes: 1 addition & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.18.5-main",
"version": "1.19.0-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",