Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
c8c5b67
Update cg.yml (#13727)
gcampbell-msft Jun 24, 2025
3bdc8c5
Update localization (#13739)
sean-mcmanus Jul 2, 2025
79c6f7f
Fix issue with lost edits in config UI (#13746)
Colengms Jul 7, 2025
712d3e5
update brace-expansion in github actions folder (#13752)
bobbrow Jul 9, 2025
507ddfc
Update IntelliSense loc strings. (#13756)
sean-mcmanus Jul 12, 2025
a9ec333
Update changelog for 1.27.0 (#13757)
sean-mcmanus Jul 12, 2025
a637321
Fix the description of debugServerPath (#13778)
redstrate Jul 23, 2025
79fe240
Enable string length encoding fix in cpptools (#13769)
Colengms Jul 29, 2025
19e68d1
Try to fix the Windows builds. (#13788)
sean-mcmanus Jul 30, 2025
33bdfeb
Update IntelliSense loc strings. (#13793)
sean-mcmanus Jul 30, 2025
83ba416
Makes remote attach picker respect the pipeTransport.quoteArgs config…
mjrist Jul 31, 2025
5974720
Remove "exceptions" from quoteArgs. (#13796)
sean-mcmanus Jul 31, 2025
809e064
Fix loc for the miDebuggerServerAddress change. (#13797)
sean-mcmanus Jul 31, 2025
f94a744
Update changelog for 1.27.0 (2nd time). (#13795)
sean-mcmanus Aug 1, 2025
2eb2c42
Update form-data. (#13800)
sean-mcmanus Aug 1, 2025
7c4bc07
Revert didOpen changes in favor of adding encoding to didChangeVisibl…
Colengms Aug 1, 2025
6ab5092
fixing formatting (#13810)
bobbrow Aug 4, 2025
b65fc9f
Enable CG trigger on insiders branch
bobbrow Aug 4, 2025
84abc3a
Handle .txx/tpp headers. (#13811)
sean-mcmanus Aug 5, 2025
43a786e
fix #13818 (#13824)
lukka Aug 6, 2025
a322554
Bump tmp from 0.2.3 to 0.2.4 in /Extension (#13825)
dependabot[bot] Aug 6, 2025
c4aac33
Fix activation failure when c_cpp_properties.json can't be opened. (#…
sean-mcmanus Aug 7, 2025
1760cdd
Update changelog again. (#13831)
sean-mcmanus Aug 7, 2025
c6c2208
Minor TPN updates. (#13834)
sean-mcmanus Aug 7, 2025
eabe500
Process sigCode and sigAddr for crashes. (#13848)
sean-mcmanus Aug 14, 2025
33d169f
Localization - Translated Strings (#13854)
sean-mcmanus Aug 18, 2025
d9af43b
Update changelog for 1.27.1. (#13855)
sean-mcmanus Aug 18, 2025
667f09c
Update changelog and version. (#13868)
sean-mcmanus Aug 21, 2025
322b16e
Fix changelog version. (#13870)
sean-mcmanus Aug 21, 2025
72f7192
Fix broken doc link. (#13873)
sean-mcmanus Aug 22, 2025
eb6d6ab
Register the CPP context provider with Copilot Chat as well. (#13877)
dbaeumer Aug 27, 2025
6479acd
Fix for input delays when editing c_cpp_properties.json (#13878)
bobbrow Aug 28, 2025
9f04a5e
Add more state info to cpptools crash logging. (#13888)
sean-mcmanus Sep 2, 2025
968332d
Warn users about too many files processed in the workspace (#13889)
bobbrow Sep 2, 2025
854fecf
Update changelog and version for 1.27.3. (#13894)
sean-mcmanus Sep 2, 2025
c77712b
Remove `/` from the message since it seems to cause it to be dropped.…
sean-mcmanus Sep 4, 2025
293e77a
Fix issue with crash recovery trying to send didOpen before client is…
Colengms Sep 5, 2025
d0e089c
Update changelog and version for 1.27.4. (#13901)
sean-mcmanus Sep 5, 2025
0bd5350
Fix hang due to config provider timeout (#13909)
Colengms Sep 8, 2025
d7d5aaf
Add another changelog entry. (#13912)
sean-mcmanus Sep 9, 2025
2f0efe9
Wait maximum 3 seconds for the Copilot chat extension to activate. (#…
dbaeumer Sep 10, 2025
c101b67
Update changelog for 1.27.5. (#13920)
sean-mcmanus Sep 10, 2025
15dac43
A non awaiting version of the context provider registration code. (#1…
dbaeumer Sep 11, 2025
212fc37
Removed some redundant code related to revealIfOpen setting (#13922)
Colengms Sep 11, 2025
73162a5
Update loc for 1.27.6 (#13926)
sean-mcmanus Sep 12, 2025
b454c98
Bump axios from 1.8.2 to 1.12.1 in /.github/actions (#13932)
dependabot[bot] Sep 15, 2025
e4a9ddb
Add windowsErrorReportingMode. (#13929)
sean-mcmanus Sep 15, 2025
7ba7e07
Update changelog and version for 1.27.6. (#13934)
sean-mcmanus Sep 15, 2025
81568ea
Update changelog and version for 1.27.7. (#13939)
sean-mcmanus Sep 17, 2025
5f7fad1
Minor fix to changelog. (#13942)
sean-mcmanus Sep 17, 2025
ca3dcdb
Merge branch 'main' into seanmcm/1_27_7_release
sean-mcmanus Sep 17, 2025
777af10
Fix bad merge.
sean-mcmanus Sep 17, 2025
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
207 changes: 184 additions & 23 deletions .github/actions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@octokit/rest": "^21.1.1",
"@slack/web-api": "^6.9.1",
"applicationinsights": "^2.5.1",
"axios": "^1.8.2",
"axios": "^1.12.1",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
9 changes: 6 additions & 3 deletions Build/cg/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
include:
- main
- release
- insiders

schedules:
- cron: 30 5 * * 0
Expand All @@ -30,13 +31,15 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows
binskim:
preReleaseVersion: '4.3.1'
tsa:
enabled: true
config:
Expand Down Expand Up @@ -109,4 +112,4 @@ extends:
displayName: Uninstall vsce
inputs:
command: uninstall
arguments: --global @vscode/vsce
arguments: --global @vscode/vsce
4 changes: 2 additions & 2 deletions Build/loc/TranslationsImportExport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows
stages:
- stage: stage
Expand Down
4 changes: 2 additions & 2 deletions Build/package/cpptools_extension_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2022
os: windows

stages:
Expand Down
Loading