Sean McManus
4996c98b63
Ignore process wait test helper ( #14694 )
2026-08-19 12:52:45 -07:00
Sean McManus
938834c03f
Update IntelliSense localization strings ( #14676 )
2026-08-18 20:16:46 -07:00
Sean McManus
e46f612746
Fix SimpleCppProject test setup ( #14687 )
2026-08-18 22:53:11 +00:00
Sean McManus
720e9e07ed
Upgrade nanoid to 3.3.18 ( #14690 )
2026-08-18 15:12:47 -07:00
Sean McManus
98055e0aa8
Fix configuration path regex escaping ( #14674 )
2026-08-13 12:11:18 -07:00
Sean McManus
7a7c1f421b
Update changelog and version for 1.33.8 ( #14671 )
2026-08-12 15:10:35 -07:00
Sean McManus
82c66b05d3
Handle localization path casing generically ( #14669 )
2026-08-12 13:20:37 -07:00
Sean McManus
08baa1d0d2
Fix IntelliSense translation strings. ( #14668 )
...
* Fix IntelliSense translation strings.
2026-08-12 10:52:21 -07:00
Sean McManus
9d19aa858f
Validate Yarn lockfile selectors ( #14663 )
2026-08-11 12:14:31 -07:00
Sean McManus
0ec5075a0f
Lock localization literals ( #14664 )
2026-08-11 10:00:19 -07:00
Sean McManus and csigs
578d879123
Fix localization translation errors ( #14662 )
...
* Localization - Translated Strings
* Fix localization translation errors
* Preserve Turkish check option literal
* Preserve Portuguese include literals
---------
Co-authored-by: csigs <[email protected] >
2026-08-10 18:10:17 -07:00
Sean McManus
38848fa7bb
Update changelog for 1.33.7 ( #14661 )
2026-08-10 16:49:44 -07:00
Sean McManus
31c2411fff
Use frozen lockfile for webpack install ( #14659 )
2026-08-10 16:05:21 -07:00
Sean McManus
58fe69ef79
Update nanoid to 3.3.17 ( #14658 )
2026-08-10 14:45:22 -07:00
Sean McManus
a678db0da3
Update js-yaml in remaining lockfiles ( #14657 )
2026-08-10 11:19:17 -07:00
Sean McManus
9152b019f8
Move VS Code test isolates to the user cache ( #14646 )
...
* Move VS Code test isolates to user cache
* Validate VS Code test root override
* Validate platform cache environment paths
* Require fully qualified Windows cache paths
2026-08-06 20:24:54 -07:00
Sean McManus
b02a2f85a4
Update changelog for 1.33.6 ( #14644 )
...
* Update changelog for 1.33.6
2026-08-04 16:43:54 -07:00
Sean McManus
130bb59612
Fix by-design-closer-debugger .yml naming. ( #14638 )
2026-08-04 20:07:45 +00:00
Sean McManus
f2480fd882
Update dependencies to address security advisories ( #14640 )
2026-08-04 13:04:29 -07:00
Sean McManus
646df4df6e
Update Node.js developer prerequisites ( #14641 )
2026-08-04 11:57:57 -07:00
Sean McManus
2d23836183
Bump brace-expansion to latest patched versions (1.1.18, 2.1.4, 5.0.9) ( #14633 )
2026-08-03 13:02:28 -07:00
Sean McManus and Colen Garoutte-Carson
cd22e17227
Restore repo-tracked files after copying test binaries ( #14632 )
...
The install/copy-binaries script rm -rf's and re-copies the installed extension's bin, debugAdapters, and LLVM folders. A few files under bin are checked into the repo (bin/cpp.hint and bin/messages/**/messages.json); the copy overwrote them with the installed extension's versions (differing line endings and/or content), leaving spurious local modifications that had to be reverted by hand. Restore any tracked files the copy changed so only the untracked binaries remain, and gitignore the generated bin/binaryVersion.json marker.
Co-authored-by: Colen Garoutte-Carson <[email protected] >
2026-08-03 11:04:59 -07:00
Sean McManus
2d5e77cb3d
Update IntelliSense loc strings for PR 757614. ( #14607 )
...
* Update IntelliSense loc strings for PR 757614.
2026-08-03 09:02:42 -07:00
Sean McManus
0040d0c786
Add 1.33.6 changelog entry and bump version ( #14628 )
2026-07-30 19:26:38 -07:00
Sean McManus
03e0332738
Bump @vscode/test-electron to 3.1.0 and move test VS Code pin to 1.131.0 ( #14619 )
...
* Bump @vscode/test-electron to 3.1.0 so tests launch VS Code >=1.110 on macOS
VS Code 1.110 renamed the macOS main binary from Contents/MacOS/Electron to the product name and later removed the compatibility symlink (microsoft/vscode#326502, 2026-07-20), so @vscode/test-electron <=3.0.0 — which hardcodes the Electron name — fails to launch downloaded stable builds on macOS with 'spawn .../Contents/MacOS/Electron ENOENT'. 3.1.0 resolves the executable from the bundle's Info.plist CFBundleExecutable (microsoft/vscode-test#348, #349 ), letting the tests track latest stable VS Code again without pinning.
* Move test VS Code pin to 1.131.0
With @vscode/test-electron 3.1.0 the macOS 1.131.0 bundle launches correctly, so advance the pinned test VS Code from 1.130.0 to the current stable 1.131.0.
2026-07-29 14:33:35 -07:00
Sean McManus
72d590a1b7
Don't report Node deprecation warnings as script errors ( #14616 )
...
runVSCodeCommand only resolves on success (it throws on a non-zero exit), so its stderr is non-fatal output such as the Node [DEP0169] url.parse() deprecation warning emitted by the VS Code CLI. Log it as a warning instead of an error in installAndCopyBinaries.ts, and add DEP0169 to the test.ts stdio filter list.
2026-07-29 09:56:23 -07:00
Sean McManus
0c7a60dcae
Pin test VS Code version to 1.130.0 to unbreak macOS CI ( #14618 )
...
The installed @vscode/test-electron cannot launch the VS Code 1.131.0 macOS arm64 bundle (spawn Electron ENOENT), which fails the integration-test steps on every run. Pin the downloaded test VS Code to 1.130.0 (the last release that launches) until @vscode/test-electron is bumped to handle newer stable releases.
2026-07-29 09:44:32 -07:00
Sean McManus
5f0a3f4ce0
Update changelog for 1.33.5. ( #14613 )
...
* Update changelog for 1.33.5.
* Update version to 1.33.5.
2026-07-28 13:01:41 -07:00
Sean McManus
397f4e5ade
Normalize JSON trailing newlines. ( #14579 )
...
* Unify json newlines.
2026-07-27 17:00:48 -07:00
Sean McManus
0f754f7437
Update ThirdPartyNotices.txt ( #14611 )
...
* Update ThirdPartyNotices.txt
2026-07-27 16:00:46 -07:00
Sean McManus
dc614ca3a7
Update brace-expansion. ( #14610 )
2026-07-27 12:46:11 -07:00
Sean McManus
4774d95296
Fix si_code=, si_addr=undefined. ( #14608 )
...
* Fix si_code=, si_addr=undefined.
2026-07-27 12:42:15 -07:00
Sean McManus
9e662ff980
Skip terminate_handler( frames. ( #14609 )
2026-07-27 15:21:12 +00:00
Sean McManus
eb013a19c1
Update .gitignore for installed bin files. ( #14606 )
2026-07-27 08:20:25 -07:00
Sean McManus
0a4fff20e8
Update dependencies again. ( #14600 )
2026-07-24 14:17:29 -07:00
Sean McManus
0108beae75
Fix build tools walkthrough for VS 2026. ( #14589 )
2026-07-24 19:03:11 +00:00
Sean McManus
0e4228b3b7
Update dependencies. ( #14598 )
2026-07-24 10:57:15 -07:00
Sean McManus
4b2a1e1b63
Add an opt-in for capturing sanitizer logs from the language server ( #14573 )
...
* Add an opt-in for capturing sanitizer logs from the language server
2026-07-14 14:51:06 -07:00
Sean McManus
7e02d995ea
Some IntelliSense loc changes. ( #14571 )
2026-07-09 12:13:02 -07:00
Sean McManus
6f40e5bc24
Update changelog and version for 1.33.4. ( #14568 )
2026-07-08 11:45:52 -07:00
Sean McManus and csigs
bbf1ad3caf
Update loc for 1.33.3 (again) ( #14566 )
...
* Localization - Translated Strings
* Apply fixes.
---------
Co-authored-by: csigs <[email protected] >
2026-07-06 12:17:18 -07:00
Sean McManus
d686c15de1
Add .vscode/settings.json to .gitignore. ( #14563 )
2026-07-03 01:54:38 +00:00
Sean McManus
44a962969d
Update changelog and version for 1.33.3. ( #14562 )
2026-07-02 18:20:51 -07:00
Sean McManus
3203386c6e
Localization for 1.33.3 ( #14553 )
...
* Localization - Translated Strings
2026-06-30 16:39:00 -07:00
Sean McManus
dd1902a8dc
Update .npmrc ( #14557 )
2026-06-30 16:16:30 -07:00
Sean McManus
03ee07113a
Fix format settings. ( #14558 )
...
* Fix format settings.
2026-06-30 15:54:00 -07:00
Sean McManus
8e68bbba5d
Fix Windows backslash paths being mangled when adding an SSH target ( #14554 )
...
* Fix Windows backslash paths being mangled when adding an SSH target
2026-06-30 15:31:44 -07:00
Sean McManus
fe18c4af95
Improve crash call stack data. ( #14555 )
...
* Improve crash call stack data.
2026-06-30 13:55:08 -07:00
Sean McManus
53dd88fd19
Fix clang-format/clang-tidy version check failing on Windows (and paths with spaces) ( #14552 )
...
* Fix clang-format/clang-tidy version check failing on Windows (and paths with spaces)
2026-06-29 16:32:42 -07:00
Sean McManus
df58934ca0
Fix TypeScript compilation errors in common.ts ( #14551 )
...
* Fix TypeScript errors.
2026-06-26 16:01:26 -07:00
Sean McManus
959a4d15d5
Update changelog for 1.33.2. ( #14547 )
...
* Update changelog for 1.33.2.
2026-06-25 19:31:20 -07:00
Sean McManus
7af04f6153
Fix errors in the previous changelog. ( #14545 )
2026-06-24 19:18:11 -07:00
Sean McManus
faa8f425ec
Update changelog for 1.33.1. ( #14543 )
2026-06-23 17:29:43 -07:00
Sean McManus
1ad8241f66
Update .github/actions dependencies. ( #14542 )
2026-06-23 16:11:05 -07:00
Sean McManus
a1eef20485
Update changelog again. ( #14536 )
2026-06-19 21:13:29 +00:00
Sean McManus
18e9335d76
Update changelog and TPN for 1.33.0. ( #14533 )
...
* Update changelog and TPN for 1.33.0.
2026-06-18 17:14:18 -07:00
Sean McManus
70b35ddbc7
Lock debuginfod strings. ( #14520 )
2026-06-18 15:36:42 -07:00
Sean McManus
53917c0de2
Update github actions dependencies. ( #14531 )
2026-06-18 22:32:43 +00:00
Sean McManus
5993256e77
Update dependencies. ( #14532 )
2026-06-18 15:31:45 -07:00
Sean McManus
0015bd88c9
Minor IntelliSense loc changes. ( #14518 )
2026-06-16 11:11:18 -07:00
Sean McManus
d83faa224a
Update minimum VS Code version to 1.77 and vscode-languageclient to 9.0.1 ( #14502 )
...
* Update minimum VS Code version to 1.77 since Windows 7 and 8 support was dropped.
* Update vscode-languageclient.
2026-06-02 19:53:34 -07:00
Sean McManus
bb5b252ee1
Remove always-auth. ( #13377 )
...
* Remove always-auth.
2026-06-01 16:06:40 -07:00
Sean McManus
8a6124fd45
Add a progress indicator with cancel for Switch Header/Source. ( #14386 )
...
* Add a progress indicator with Cancel for Switch Header/Source.
2026-06-01 15:44:42 -07:00
Sean McManus
fd96957a10
Update brace-expansion. ( #14494 )
2026-06-01 22:42:23 +00:00
Sean McManus
71278ef27b
Update uuid and vsce. ( #14495 )
...
* Update vsce.
* Update uuid.
2026-06-01 15:36:02 -07:00
Sean McManus and csigs
a3d9417e43
Update localization ( #14484 )
...
* Localization - Translated Strings
* Update localization.
---------
Co-authored-by: csigs <[email protected] >
2026-05-26 10:21:18 -07:00
Sean McManus
90f2ed1584
Add "important" doxygen.sectionTags. ( #14473 )
...
* Add "important" to doxygen.sectionTags.
2026-05-22 19:42:13 -07:00
Sean McManus and csigs
b3110d8964
Update localization ( #14461 )
...
* Localization - Translated Strings
---------
Co-authored-by: csigs <[email protected] >
2026-05-22 13:52:12 -07:00
Sean McManus
4ae7cd47e1
cpptools-srv2 crash handler. ( #14449 )
...
* cpptools-srv2 crash handler.
2026-05-15 13:43:46 -07:00
Sean McManus
63aa33ff1d
Update fast-xml-parser. ( #14445 )
2026-05-11 18:24:37 +00:00
Sean McManus
de2aadcb8b
Update postcss. ( #14444 )
2026-05-11 11:23:27 -07:00
Sean McManus
d9a3f8e493
Update changelog and version for 1.32.2. ( #14415 )
2026-04-28 12:14:10 -07:00
Sean McManus
25cc9b758a
clang-analyazer ( #14411 )
2026-04-27 12:28:05 -07:00
Sean McManus
bfa165a92c
Update changelog for 1.32.1 ( #14395 )
...
* Update changelog for 1.32.1.
2026-04-17 17:43:12 -07:00
Sean McManus
2b8f7a2060
Fix Reinstalling the Extension.md not being included. ( #14390 )
2026-04-17 12:08:13 -07:00
Sean McManus
ecf12313ad
Fix and lock the loc terms. ( #14387 )
...
* Fix and lock the loc terms.
2026-04-16 15:41:14 -07:00
Sean McManus
1b29dbf772
Update loc for walkthrough.windows.text2. ( #14383 )
2026-04-16 14:03:27 -07:00
Sean McManus
a6b12a8c10
Update changelog for 1.32.0. ( #14373 )
...
* Update changelog for 1.32.0.
2026-04-14 10:54:17 -07:00
Sean McManus
2db5c05c37
Fallback to GPT-5.4-mini and cache the model used. ( #14369 )
...
* Fallback to GPT-5.4-mini and cache the model used.
2026-04-13 14:50:38 -07:00
Sean McManus
bc9a72cf2f
Switch to GPT-4o. ( #14364 )
2026-04-13 13:07:02 -07:00
Sean McManus
7774dafb1f
Add setting doxygen.generateOnCodeAction. ( #14342 )
2026-04-13 12:19:54 -07:00
Sean McManus
8e82004017
Fix cg.yml. ( #14355 )
2026-04-08 08:49:30 -07:00
Sean McManus
900aa75527
Fix npx @vscode/vsce. ( #14354 )
...
* Fix npx @vscode/vsce.
2026-04-07 13:03:03 -07:00
Sean McManus
61b53bcda8
Update lodash. ( #14350 )
2026-04-03 16:02:22 -07:00
Sean McManus
61815d8869
Update npmrc. ( #14346 )
2026-04-02 18:23:56 +00:00
Sean McManus
f309f90a4f
Update TPN. ( #14343 )
2026-04-02 11:10:56 -07:00
Sean McManus
6770b0a25a
Update changelog for 1.31.4. ( #14338 )
2026-03-31 15:16:52 -07:00
Sean McManus
5f56194feb
Update brace-expansion for other folders ( #14333 )
...
* Update brace-expansion for other folders.
2026-03-30 11:08:36 -07:00
Sean McManus
5451e32bd8
Update brace-expansion and serialize-javascript. ( #14328 )
2026-03-30 10:14:13 -07:00
Sean McManus
4884af8c94
Update brace-expansion v5. ( #14325 )
2026-03-27 17:20:36 +00:00
Sean McManus
65beaebaf9
Update picomatch. ( #14324 )
2026-03-26 18:50:45 -07:00
Sean McManus
e08377a353
Update changelog with recent fixes. ( #14313 )
2026-03-23 12:01:04 -07:00
Sean McManus
0608ecd86f
Update flatted and fast-xml-parser. ( #14303 )
2026-03-20 11:12:36 -07:00
Sean McManus
ecdfabdd17
Update changelog and TPN. ( #14298 )
2026-03-19 11:01:20 -07:00
Sean McManus
6e96c3ea13
Remove console.debug calls. ( #14296 )
2026-03-18 17:26:24 +00:00
Sean McManus
4bb5b8a11f
Update to 1ESPT-Windows2025. ( #14295 )
2026-03-18 10:25:58 -07:00
Sean McManus
be8236fd80
Switch .github builds to use node 24 and the latest OS images ( #14293 )
...
* Switch to node 24.
* Also update the runner-env images.
2026-03-18 03:32:51 -07:00
Sean McManus
c813ab5a99
Bootstrap yarn to fix/enable CFSClean3. ( #14284 )
2026-03-17 16:05:06 -07:00
Sean McManus
20cfc2bbef
Update fast-xml-parser. ( #14292 )
2026-03-17 16:00:07 -07:00
Sean McManus
577a7b8361
Fix a changelog typo missed in the last PR. ( #14290 )
2026-03-17 13:36:02 -07:00