Sean McManus
a1a4bb0f5d
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-07 03:28:32 +00:00
dependabot[bot] and Sean McManus
62f57a7b38
Bump the github-actions group with 2 updates ( #14647 )
...
Bumps the github-actions group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action ) and [github/codeql-action/analyze](https://github.com/github/codeql-action ).
Updates `github/codeql-action/init` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81...f205ea1c3313d32999d8d6a48b4f6530d4437b38 )
Updates `github/codeql-action/analyze` from 4.37.3 to 4.37.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81...f205ea1c3313d32999d8d6a48b4f6530d4437b38 )
---
updated-dependencies:
- dependency-name: github/codeql-action/init
dependency-version: 4.37.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
dependency-version: 4.37.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-08-06 20:25:40 -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
660abd601c
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-05 01:10:26 +00: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
c0ad99a76f
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-04 20:13:21 +00: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
bb288f7e1a
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-04 18:30:53 +00:00
dependabot[bot]
36e17520ea
Bump the github-actions group with 4 updates ( #14639 )
...
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [github/codeql-action/init](https://github.com/github/codeql-action ), [github/codeql-action/analyze](https://github.com/github/codeql-action ) and [actions/setup-node](https://github.com/actions/setup-node ).
Updates `actions/checkout` from 5.1.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09...3d3c42e5aac5ba805825da76410c181273ba90b1 )
Updates `github/codeql-action/init` from 3.37.5 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/e60ea984bd3baa95954f2856bcf24f9eaba46637...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 )
Updates `github/codeql-action/analyze` from 3.37.5 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/e60ea984bd3baa95954f2856bcf24f9eaba46637...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 )
Updates `actions/setup-node` from 4.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...820762786026740c76f36085b0efc47a31fe5020 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action/init
dependency-version: 4.37.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
dependency-version: 4.37.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-04 10:37:31 -07:00
Sean McManus
5ce4eaaf6a
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-04 17:01:25 +00:00
Microsoft Open Source Security Bot and Sean McManus
c238b1de0b
Pin GitHub Actions to full-length commit SHAs ( #14635 )
...
Co-authored-by: Sean McManus <[email protected] >
2026-08-04 09:58:57 -07:00
5fd0548c00
Fix .vscodeignore missing .gitignore in themes extension ( #14636 )
...
* Fix .vscodeignore missing .gitignore in themes extension
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected] >
---------
Co-authored-by: Copilot Autofix powered by AI <[email protected] >
Co-authored-by: Sean McManus <[email protected] >
2026-08-04 09:56:38 -07:00
dependabot[bot]
c12be38b72
Bump undici from 7.28.0 to 7.29.0 in /Extension ( #14637 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v7.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.29.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-04 09:27:43 -07:00
Sean McManus
038c742125
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-03 17:08:43 -07:00
dependabot[bot]
74ca0fe21a
Bump undici from 7.28.0 to 7.29.0 in /Themes ( #14634 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v7.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.29.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 14:38:54 -07:00
Sean McManus
f9f1e55832
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-03 14:19:31 -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
32cb58fe87
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-03 11:30:08 -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
b3e83d8b48
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-08-03 09:26:38 -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
9a1b479ced
Merge branch 'seanmcm/updateIntelliSenseLocStringsPR757614' into seanmcm/integration
2026-08-03 08:25:29 -07:00
Sean McManus
8878f05a18
Merge branch 'main' into seanmcm/updateIntelliSenseLocStringsPR757614
2026-08-03 08:24:38 -07:00
Sean McManus
0b10e39fef
Merge branch 'seanmcm/devbox2-wsl/agent9/fix-copy-binaries-tracked-files' into seanmcm/integration
2026-08-01 21:29:18 +00:00
Sean McManus
9b2644d614
Restore repo-tracked files after copying test binaries
...
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.
2026-08-01 21:03:34 +00:00
Sean McManus
cdd5240e39
Merge remote-tracking branch 'origin/main' into seanmcm/integration
2026-07-31 03:33:53 +00:00
Sean McManus
0040d0c786
Add 1.33.6 changelog entry and bump version ( #14628 )
2026-07-30 19:26:38 -07:00
Sean McManus
dd5f8f997c
Merge branch 'main' into seanmcm/integration
2026-07-30 23:17:41 +00:00
Weverton Guedes
35408d570f
Don't discard custom configurations whose uri is a vscode.Uri ( #14624 )
2026-07-30 16:15:48 -07:00
Weverton Guedes and Sean McManus
dc28a69f41
Don't warn about recursive includes merged from c_cpp_properties.json ( #14620 )
...
The check for include paths ending in '**' ran in sendCustomConfigurations,
after mergeConfigurations had already appended the includePath entries from
the user's c_cpp_properties.json to each configuration from the provider. A
trailing '**' is a supported way to recurse there, so the warning fired for
paths the provider never supplied.
Move the check ahead of that append so it only sees the provider's own
include paths.
Co-authored-by: Sean McManus <[email protected] >
2026-07-30 15:55:02 -07:00
Colen Garoutte-Carson
4927fafbe4
Add strings for db lock file related log output ( #14625 )
2026-07-30 15:23:54 -07:00
Bob Brown
b17d9bd94d
Reduce settings change noise ( #14622 )
2026-07-30 20:06:34 +00:00
Bob Brown
7c6aa892b4
rename telemetry properties ( #14623 )
2026-07-30 12:20:54 -07:00
Sean McManus
dac32bc0c3
Merge branch 'main' into seanmcm/integration
2026-07-30 00:45:22 +00: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
778ddbd6a3
Merge branch 'seanmcm/devbox2-wsl/agent6/bump-test-electron' into seanmcm/integration
2026-07-29 19:40:40 +00:00
Sean McManus
0bbd36695f
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 17:15:16 +00:00
Sean McManus
e962adaccc
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.
2026-07-29 17:15:16 +00: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
f01ab4da97
Merge branch 'main' into seanmcm/integration
2026-07-28 21:55:42 +00: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
9053d9fb0d
Merge branch 'main' into seanmcm/integration
2026-07-28 11:13:29 +00:00
56a2bbe6c5
Use PowerShell call operator when shell integration is unavailable ( #14585 )
...
"Run C/C++ File" builds the command with buildShellCommandLine and sends
it via sendText when the terminal has no shell integration. That path
quotes a program path containing spaces but never prepends the call
operator, so PowerShell evaluates the quoted path as a string literal and
echoes it instead of running the program.
The shell-integration path already handles this, so extract its PowerShell
detection into isPowerShellTerminal() and reuse it in the sendText path.
Closes #14583
Co-authored-by: Sean McManus <[email protected] >
Co-authored-by: Bob Brown <[email protected] >
2026-07-27 19:21:04 -07:00
Sean McManus
397f4e5ade
Normalize JSON trailing newlines. ( #14579 )
...
* Unify json newlines.
2026-07-27 17:00:48 -07:00
Sean McManus
56be5729fb
Merge branch 'main' into seanmcm/integration
2026-07-27 23:12:25 +00:00
Sean McManus
0f754f7437
Update ThirdPartyNotices.txt ( #14611 )
...
* Update ThirdPartyNotices.txt
2026-07-27 16:00:46 -07:00
Sean McManus
d8f8783035
Merge branch 'seanmcm/updateThirdPartyNotices' into seanmcm/integration
2026-07-27 22:26:57 +00:00
Sean McManus
6ab8203ce0
Update from review.
2026-07-27 22:25:12 +00:00
Sean McManus
6d33605e84
Merge branch 'seanmcm/updateThirdPartyNotices' into seanmcm/integration
2026-07-27 22:00:26 +00:00
Sean McManus
51b25d1e9e
Merge branch 'main' into seanmcm/integration
2026-07-27 22:00:18 +00:00
Sean McManus
3ee7d16c6d
Update ThirdPartyNotices.txt
2026-07-27 21:36:51 +00: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
9bb8ee4409
Merge branch 'seanmcm/updateBraceExpansion' into seanmcm/integration
2026-07-27 18:40:43 +00:00
Sean McManus
d57678108d
Update brace-expansion.
2026-07-27 18:36:38 +00: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
0a82449d66
Merge branch 'seanmcm/skipTerminateHandlerFrames' into seanmcm/integration
2026-07-26 21:46:31 +00:00
Sean McManus
c412f7da71
Skip terminate_handler( frames.
2026-07-26 21:29:34 +00:00
Sean McManus
4113e00318
Merge branch 'seanmcm/fixEmptyUndefinedSignalInfo' into seanmcm/integration
2026-07-26 20:43:38 +00:00
Sean McManus
248c44bdbc
Code review feedback.
2026-07-26 20:33:30 +00:00
Sean McManus
9db0aff845
Fix si_code=, si_addr=undefined.
2026-07-26 20:15:47 +00:00
Sean McManus
627a4622b0
Merge branch 'seanmcm/updateGitIgnore' into seanmcm/integration
2026-07-26 17:48:15 +00:00
Sean McManus
c2b605399a
Merge branch 'seanmcm/updateIntelliSenseStringAddJsonNewlines' into seanmcm/integration
2026-07-26 17:47:45 +00:00
Sean McManus
714b35123d
Update IntelliSense loc strings for PR 757614.
2026-07-26 17:41:35 +00:00
Sean McManus
ab6e93fa31
Undo the IntelliSense string change.
2026-07-26 17:34:34 +00:00
Sean McManus
8ccffc9e5b
Merge branch 'main' into seanmcm/updateIntelliSenseStringAddJsonNewlines
2026-07-26 17:31:00 +00:00
Sean McManus
9a12ee6149
Update .gitignore for installed bin files.
2026-07-26 17:25:17 +00:00
Sean McManus
0a4fff20e8
Update dependencies again. ( #14600 )
2026-07-24 14:17:29 -07:00
dependabot[bot]
f9c3768009
Bump fast-uri from 3.1.3 to 3.1.4 in /ExtensionPack ( #14599 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 12:33:30 -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
dependabot[bot] and Sean McManus
7df19266de
Bump js-yaml from 4.2.0 to 4.3.0 in /Extension ( #14597 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.2.0 to 4.3.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-07-24 05:52:42 -07:00
dependabot[bot] and Sean McManus
db3a96f9f7
Bump linkify-it from 5.0.1 to 5.0.2 in /Extension ( #14596 )
...
Bumps [linkify-it](https://github.com/markdown-it/linkify-it ) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/linkify-it/compare/5.0.1...5.0.2 )
---
updated-dependencies:
- dependency-name: linkify-it
dependency-version: 5.0.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-07-24 12:51:54 +00:00
dependabot[bot]
7187b34384
Bump linkify-it from 5.0.1 to 5.0.2 in /ExtensionPack ( #14594 )
...
Bumps [linkify-it](https://github.com/markdown-it/linkify-it ) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/linkify-it/compare/5.0.1...5.0.2 )
---
updated-dependencies:
- dependency-name: linkify-it
dependency-version: 5.0.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 12:36:27 +00:00
dependabot[bot]
eb76b09387
Bump fast-uri from 3.1.2 to 3.1.4 in /Themes ( #14593 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.4 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 12:35:33 +00:00
HuzaifaAbdulRehman
42c703ed74
Fix portable ps command for remote process picker ( #14592 )
...
* Fix portable remote process ps command
2026-07-23 14:12:49 -07:00
dependabot[bot]
e799b285f4
Bump brace-expansion and @vscode/vsce in /Themes ( #14591 )
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) to 5.0.7 and updates ancestor dependency [@vscode/vsce](https://github.com/Microsoft/vsce ). These dependencies need to be updated together.
Updates `brace-expansion` from 1.1.13 to 5.0.7
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.13...v5.0.7 )
Updates `@vscode/vsce` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/Microsoft/vsce/releases )
- [Commits](https://github.com/Microsoft/vsce/compare/v3.9.1...v3.9.2 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 5.0.7
dependency-type: indirect
- dependency-name: "@vscode/vsce"
dependency-version: 3.9.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 18:54:50 -07:00
Bob Brown
61eed95a5a
send telemetry for language client errors ( #14577 )
2026-07-22 15:02:05 -07:00
Glen Chung
4549dff7c4
Add localizable strings for --check headless validation ( #14578 )
...
* Add localizable strings for --check headless validation
Adds 13 native strings backing the mscppls --check mode (the clangd-style
headless validation of a compile_commands.json file): the two --help entries
and the setup/usage error messages.
* No lock on placeholders
* Fix LOC locks
2026-07-17 06:43:33 +00:00
Sean McManus
bdd6a39e9d
Merge branch 'main' into seanmcm/updateIntelliSenseStringAddJsonNewlines
2026-07-14 14:52:55 -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
Colen Garoutte-Carson
57cf069d65
Support requests of multiple custom configs ( #14582 )
2026-07-14 14:32:08 -07:00
Sean McManus
b477243fef
Add a new IntelliSense translation string and unify json newlines.
2026-07-13 04:40:53 -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
Bob Brown
24d299fcff
Rewording an error message ( #14561 )
...
* Rewording an error message
2026-07-07 15:52:55 -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
tieo and Sean McManus
894e101363
Fix C/C++ debug hover on intermediate members of a dereferenced expression ( #14540 )
...
* Add EvaluatableExpressionProvider to fix C/C++ debug hover on dereferenced members
VS Code's default debug data-tip keeps a leading `*`/`&` and clips on the right, so hovering
an intermediate member of e.g. `*a.b.c` evaluates `*a.b` (a dereference of the struct `a.b`)
and shows no value.
Register an EvaluatableExpressionProvider that, only for that case, returns the expression
without the leading operator. Every other expression returns undefined so the default
behavior is unchanged.
* Move the debug hover provider to the debugger
Register the EvaluatableExpressionProvider during debugger activation
instead of through the language client, so it also works when IntelliSense
is disabled, and move it next to the other debugger code.
The expression computation lives in a vscode-free module
(evaluatableExpression.ts) so it can be unit tested directly. Registering
a provider replaces VS Code's built-in data-tip expression detection, so
it reproduces that for ordinary tokens and additionally handles access
chains the built-in detection gets wrong for C/C++:
- A leading */& binds to the whole access chain (the postfix ., ->, []
operators bind tighter), so it is dropped for an interior member of a
dot chain, where *a.b would dereference the struct a.b, and kept on the
final member and before ->.
- Array subscripts and :: are kept in the token, so members after a
subscript (a.b[i].c) and scoped names (ns::var) resolve instead of
producing a broken fragment.
* Document why the leading-operator drop is .-only
The leading */& is kept before -> / [] and at the end of a chain because
those left operands are provably pointers/arrays, so *ptr->m, *a.b[i] and
&a[i] evaluate without error; it is dropped only before . where the left
operand may be a struct. Documents these keep-leading outcomes as deliberate
per review feedback.
* Decline non-token cursor positions inside a subscript
Inside [...] the token spans whitespace and operators (e.g. a[i + j]), so
returning the nearest identifier evaluated the wrong expression when the
cursor was on an operator or space. Return undefined unless the cursor is on
the index identifier itself, and add tests.
* Rewrite hover token detection with a balanced-bracket scanner
Replace the token regex with a manual scanner so nested subscripts (a[b[i]])
stay in one token, fix hovering past the last identifier truncating a trailing
subscript, and decline non-token positions inside [...] (operators/whitespace).
Keep the leading * only on the final dereferenced segment (including a final
subscript element like *a.b[i]); drop it on interior segments and drop a leading
& always. Removes the previous regex (and its ReDoS surface).
---------
Co-authored-by: Sean McManus <[email protected] >
2026-07-01 18:50:47 -07:00
Bob Brown
4aa35c9681
Allow for platform overrides in cppbuild tasks ( #14559 )
2026-07-01 18:22:57 -07:00
Bob Brown
300d65a9d5
Enable language server tests for GitHub PR's ( #14474 )
2026-07-01 18:22:03 -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
Colen Garoutte-Carson
6ea023c14a
Update survey URL ( #14538 )
2026-06-23 11:52:58 -07:00
Sean McManus
a1eef20485
Update changelog again. ( #14536 )
2026-06-19 21:13:29 +00:00
notable-equivalent and Copilot Autofix powered by AI
0b64d607f5
Substitute ${env:X} with an empty string for unset environment variables ( #14535 )
...
* Expand undefined environment variables to empty
* Use unique env var name
Co-authored-by: Copilot Autofix powered by AI <[email protected] >
* Marked optional capturing groups as potentially undefined
---------
Co-authored-by: Copilot Autofix powered by AI <[email protected] >
2026-06-19 14:03:01 -07: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
Bob Brown
0a72712f04
Allow suppression of run without debugging warnings ( #14516 )
...
Added a property to disable the warning message generated when a launch config cannot be run directly in the terminal.
2026-06-18 15:46:24 -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
Bob Brown
239deaf331
get OptionsSchema.json back in sync with package.json ( #14523 )
...
* Cleanup from #13654
* Update OptionsSchema for #14108
2026-06-18 14:05:26 -07:00
dependabot[bot]
9b8153617c
Bump form-data from 4.0.5 to 4.0.6 in /ExtensionPack ( #14530 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 20:36:15 +00:00
dependabot[bot]
205cdf663d
Bump js-yaml from 4.1.1 to 4.2.0 in /Themes ( #14529 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/commits )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 13:35:33 -07:00
dependabot[bot]
fcac9ac6d1
Bump undici from 7.24.0 to 7.28.0 in /Themes ( #14528 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.24.0 to 7.28.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.24.0...v7.28.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.28.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 20:33:18 +00:00
dependabot[bot]
541f2b158c
Bump form-data from 4.0.5 to 4.0.6 in /Themes ( #14527 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 13:32:35 -07:00
dependabot[bot]
b271ed1c68
Bump markdown-it from 14.1.1 to 14.2.0 in /Extension ( #14522 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 14.1.1 to 14.2.0.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.1...14.2.0 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-version: 14.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-18 13:28:58 -07:00
Ben McMorran
7a56cf9064
Add plugin-specific login and EULA messages ( #14519 )
...
These messages will be used by the plugin mode of the standalone language server.
2026-06-16 17:44:17 -07:00
Sean McManus
0015bd88c9
Minor IntelliSense loc changes. ( #14518 )
2026-06-16 11:11:18 -07:00
dependabot[bot] and Sean McManus
0666a0f0e3
Bump form-data from 4.0.5 to 4.0.6 in /Extension ( #14513 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-06-15 10:57:26 -07:00
dependabot[bot]
030c22c6d8
Bump js-yaml from 4.1.1 to 4.2.0 in /Extension ( #14514 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/commits )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-15 10:52:22 -07:00
dependabot[bot]
b9150cbd22
Bump tmp from 0.2.6 to 0.2.7 in /Extension ( #14512 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.6 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.6...v0.2.7 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-15 10:42:35 -07:00
dependabot[bot]
3b8c545e09
Bump shell-quote from 1.8.2 to 1.8.4 in /Extension ( #14507 )
...
Bumps [shell-quote](https://github.com/ljharb/shell-quote ) from 1.8.2 to 1.8.4.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.2...v1.8.4 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-version: 1.8.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 11:10:28 -07:00
Andrew Wang
a54ba1e1ce
Set debuginfod.enable to false ( #14506 )
2026-06-10 10:55:20 -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
Glen Chung
59a3309ac0
Remove compiler argument translation JSON files ( #14467 )
2026-05-29 19:31:26 +00:00
dependabot[bot]
e669bc4802
Bump tmp from 0.2.5 to 0.2.7 in /Themes ( #14493 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.5 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.7 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-29 12:07:25 -07:00
dependabot[bot]
25fd26acdf
Bump tmp from 0.2.5 to 0.2.7 in /ExtensionPack ( #14492 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.5 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.7 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-29 12:02:36 -07:00
dependabot[bot]
6797ee4f99
Bump qs from 6.15.0 to 6.15.2 in /ExtensionPack ( #14490 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.15.0 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.15.0...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 03:20:43 -07:00
dependabot[bot]
1f6e545118
Bump qs from 6.15.0 to 6.15.2 in /Extension ( #14489 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.15.0 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.15.0...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 03:17:00 -07:00
dependabot[bot]
52bec4837c
Bump tmp from 0.2.5 to 0.2.6 in /Extension ( #14488 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.5 to 0.2.6.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.6 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 02:27: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
dependabot[bot] and Sean McManus
96d470acb0
Bump qs from 6.15.0 to 6.15.2 in /Themes ( #14477 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.15.0 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.15.0...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-05-22 20:04:54 -07:00
dependabot[bot] and Sean McManus
fd3926ffe4
Bump uuid and @azure/identity in /Themes ( #14476 )
...
Removes [uuid](https://github.com/uuidjs/uuid ). It's no longer used after updating ancestor dependency [@azure/identity](https://github.com/Azure/azure-sdk-for-js ). These dependencies need to be updated together.
Removes `uuid`
Updates `@azure/identity` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.13.0...@azure/identity_4.13.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-version:
dependency-type: indirect
- dependency-name: "@azure/identity"
dependency-version: 4.13.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-05-22 20:04:03 -07:00
Andrew Wang
2727652801
Add debuginfod launch option to cppdbg debugger schema ( #14471 )
...
Add the `debuginfod` configuration option to both launch and attach
configurations for the cppdbg debugger type. This exposes the MIEngine
debuginfod settings (enabled/timeout) so users can control GDB's
debuginfod behavior and prevent hangs when debuginfod servers are
unreachable.
2026-05-22 20:01:52 -07:00
Sean McManus
90f2ed1584
Add "important" doxygen.sectionTags. ( #14473 )
...
* Add "important" to doxygen.sectionTags.
2026-05-22 19:42:13 -07:00
Colen Garoutte-Carson
4e8203a95e
Reset status UI if DB fails to open ( #14475 )
2026-05-22 15:43:00 -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
dependabot[bot]
cf49a16515
Bump @nevware21/ts-utils from 0.13.0 to 0.14.0 in /Extension ( #14469 )
...
Bumps [@nevware21/ts-utils](https://github.com/nevware21/ts-utils ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/nevware21/ts-utils/releases )
- [Changelog](https://github.com/nevware21/ts-utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nevware21/ts-utils/compare/0.13.0...0.14.0 )
---
updated-dependencies:
- dependency-name: "@nevware21/ts-utils"
dependency-version: 0.14.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 19:30:49 -07:00
dependabot[bot]
5a07193e50
Bump uuid and @azure/identity in /ExtensionPack ( #14468 )
...
Removes [uuid](https://github.com/uuidjs/uuid ). It's no longer used after updating ancestor dependency [@azure/identity](https://github.com/Azure/azure-sdk-for-js ). These dependencies need to be updated together.
Removes `uuid`
Updates `@azure/identity` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md )
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.13.0...@azure/identity_4.13.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-version:
dependency-type: indirect
- dependency-name: "@azure/identity"
dependency-version: 4.13.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 14:50:31 -07:00
Sean McManus
4ae7cd47e1
cpptools-srv2 crash handler. ( #14449 )
...
* cpptools-srv2 crash handler.
2026-05-15 13:43:46 -07:00
Luca
8f0f27e5a0
add strings to localize ( #14448 )
2026-05-13 11:40:57 -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
dependabot[bot]
76ff264e6b
Bump fast-uri from 3.1.0 to 3.1.2 in /Extension ( #14439 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-08 23:18:14 +00:00
dependabot[bot] and Sean McManus
61f7ecf39e
Bump fast-uri from 3.1.0 to 3.1.2 in /ExtensionPack ( #14438 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-05-08 23:17:47 +00:00
dependabot[bot]
a54f5698d2
Bump fast-uri from 3.1.0 to 3.1.2 in /Themes ( #14437 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-08 16:17:11 -07:00
dependabot[bot]
8af9ded977
Bump fast-xml-builder from 1.1.4 to 1.1.9 in /.github/actions ( #14436 )
...
Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder ) from 1.1.4 to 1.1.9.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/compare/v1.1.4...1.1.9 )
---
updated-dependencies:
- dependency-name: fast-xml-builder
dependency-version: 1.1.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-08 12:52:32 -07:00
Bob Brown
f754fdbe25
Allow for scheduling CI on any branch on demand ( #14433 )
2026-05-07 16:56:16 -07:00
Bob Brown
0f0d5a34d9
Add telemetry for run without debugging ( #14428 )
2026-05-07 22:36:46 +00:00
dependabot[bot]
47b3ffd535
Bump axios from 1.15.0 to 1.16.0 in /.github/actions ( #14431 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.16.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 15:16:10 -07:00
dependabot[bot]
1f31ea4794
Bump ip-address from 10.1.0 to 10.2.0 in /.github/actions ( #14429 )
...
Bumps [ip-address](https://github.com/beaugunderson/ip-address ) from 10.1.0 to 10.2.0.
- [Commits](https://github.com/beaugunderson/ip-address/commits )
---
updated-dependencies:
- dependency-name: ip-address
dependency-version: 10.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 15:12:08 -07:00
Colen Garoutte-Carson
0dd2603271
Database population unification ( #14426 )
2026-05-06 16:13:46 -07:00
Bob Brown
c4980409a9
address codeQL issues ( #14425 )
2026-05-05 15:29:32 -07:00
Glen Chung
11df85302c
Add Native Strings ( #14419 )
2026-05-01 16:03:41 -07:00
Sean McManus
d9a3f8e493
Update changelog and version for 1.32.2. ( #14415 )
2026-04-28 12:14:10 -07:00
Sergio Ramirez II
b435e56ff6
Adding additional parse checking logic ( #14407 )
...
Adding additional parse checking logic to determine if idle state has no pending calls and finished workspace parsing, file parsing, and intellisense updates.
2026-04-28 16:05:03 +00:00
Sean McManus
25cc9b758a
clang-analyazer ( #14411 )
2026-04-27 12:28:05 -07:00
dependabot[bot] and Sean McManus
11f261e796
Bump @xmldom/xmldom from 0.8.12 to 0.8.13 in /Extension ( #14403 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.12...0.8.13 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-04-23 10:32:03 -07:00
dependabot[bot]
f4fb3318f3
Bump uuid from 8.3.2 to 14.0.0 in /.github/actions ( #14402 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.2 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 14.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 10:23:59 -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
David Raygoza
7665e11045
Set context flag for when C++ language server is activated ( #14382 )
...
The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.
2026-04-15 17:24:14 -07:00
dependabot[bot]
25b76baa94
Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions ( #14376 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 15:03:22 -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
Carson Radtke
775fd692ea
Add internal silent find-all-references command ( #14281 )
...
* Add internal silent find-all-references command
Introduce an internal C_Cpp.FindAllReferences command that issues the existing cpptools/findAllReferences request without joining the workspaceReferences single-flight cancellation path.
Extract the shared request and confirmed-location mapping logic from FindAllReferencesProvider so the existing vscode.executeReferenceProvider flow and the new silent command use the same request translation and cancellation handling for server-side cancel responses.
Keep the interactive provider behavior unchanged: user-invoked references still cancel prior work, reset reference progress state, and update the ReferencesManager UI. The new command resolves the owning client from the target URI and returns locations without progress UI, preview notifications, or references panel updates, enabling concurrent silent callers such as Copilot.
* Add internal quiet definition and call hierarchy commands
Align cpptools with the companion changes that now prefer internal
C_Cpp.* navigation commands over the generic vscode.* provider commands
when running extension-driven symbol queries.
Add C_Cpp.GoToDefinition, C_Cpp.PrepareCallHierarchy,
C_Cpp.CallHierarchyCallsTo, and C_Cpp.CallHierarchyCallsFrom as
internal commands that resolve the owning DefaultClient from the target
URI and send requests directly to cpptools without joining the
workspaceReferences UI and single-flight cancellation path.
Extract shared call hierarchy request and conversion logic from
CallHierarchyProvider so the existing interactive provider flow and the
new silent commands share the same request translation and
server-cancellation handling.
Add a dedicated go-to-definition helper that sends the standard
definition request through the language client and normalizes both
Location and DefinitionLink responses to Location[] so companion callers
can consume a stable result shape.
Keep interactive behavior unchanged: user-invoked providers continue to
use the existing VS Code registrations, progress handling, and
workspaceReferences-driven cancellation semantics, while extension
callers such as the devtools companion can use the new internal command
surface without canceling overlapping work.
2026-04-14 04:00:46 +00:00
Bob Brown
ddb54454e3
Add a script to copy language server and debugger binaries to the Extension folder ( #14370 )
2026-04-13 15:48:40 -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
Bob Brown
291e5a3228
Run without debugging ( #14351 )
2026-04-13 19:38:30 +00:00
Sean McManus
7774dafb1f
Add setting doxygen.generateOnCodeAction. ( #14342 )
2026-04-13 12:19:54 -07:00
dependabot[bot]
55ef430b96
Bump axios from 1.13.6 to 1.15.0 in /.github/actions ( #14365 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 08:49:49 -07:00
Bob Brown
bb5943c755
Update instructions for installing MSVC ( #14361 )
2026-04-09 13:37:29 -07:00
Bob Brown
69d4585eb2
UCRTVersion is not required for a developer environment ( #14358 )
2026-04-08 16:13:33 -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
Ben McMorran
34d375a616
Prefer GPT-5-mini for Copilot Hover ( #14349 )
2026-04-03 10:42:25 -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
dependabot[bot]
fa097e4966
Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension ( #14340 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 11:09:05 -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
Luca
21a8e34c91
minimize the calls to lm.selectChatModels ( #14327 )
2026-03-30 09:41:03 -08:00
Sean McManus
5451e32bd8
Update brace-expansion and serialize-javascript. ( #14328 )
2026-03-30 10:14:13 -07:00
dependabot[bot]
97943a9d67
Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions ( #14332 )
...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases )
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5 )
---
updated-dependencies:
- dependency-name: serialize-javascript
dependency-version: 7.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 10:09:26 -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
dependabot[bot]
6e3a7b2b7e
Bump picomatch from 2.3.1 to 2.3.2 in /Themes ( #14323 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 17:01:33 -07:00
dependabot[bot] and Sean McManus
5c16227c40
Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions ( #14319 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-03-26 15:44:08 -07:00
dependabot[bot]
37a558260d
Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack ( #14318 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 13:27:38 -07:00
Sean McManus
e08377a353
Update changelog with recent fixes. ( #14313 )
2026-03-23 12:01:04 -07:00
dependabot[bot]
61421ea4fe
Bump flatted from 3.4.1 to 3.4.2 in /Extension ( #14304 )
...
Bumps [flatted](https://github.com/WebReflection/flatted ) from 3.4.1 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.4.1...v3.4.2 )
---
updated-dependencies:
- dependency-name: flatted
dependency-version: 3.4.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 11:34: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
Sean McManus
7a4b4ddb37
Update changelog and version for 1.31.3. ( #14288 )
2026-03-17 13:26:35 -07:00
Sean McManus
7fe4f030bd
Upate @azure/msal-browser for the ExtensionPack. ( #14286 )
2026-03-17 18:16:44 +00:00
Sean McManus
3a4df8c003
Update flatted. It was already updated in the Extension folder. ( #14285 )
2026-03-17 11:09:39 -07:00
Sean McManus
c9e571a889
Fix a yarn.lock mismatch. ( #14282 )
2026-03-16 15:57:42 -07:00
Sean McManus
b0efdb5628
Update changelog for 1.31.2. ( #14271 )
...
* Update changelog for 1.31.2.
2026-03-16 11:25:12 -07:00
Sean McManus
886008ce84
Stop using yarn with extension pack ( #14278 )
...
* Use npm instead of yarn for the extension package vsix.
2026-03-16 11:20:36 -07:00
Sean McManus
9d161fb345
Update. ( #14277 )
2026-03-16 11:12:04 -07:00
dependabot[bot]
1a661ebd5b
Bump undici from 6.23.0 to 6.24.0 in /.github/actions ( #14275 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.24.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 19:06:19 -07:00
dependabot[bot] and Sean McManus
d84696e9a7
Bump undici from 7.22.0 to 7.24.0 in /Themes ( #14274 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.24.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-03-13 17:50:54 -07:00
dependabot[bot] and Sean McManus
de84f488f2
Bump undici from 7.22.0 to 7.24.0 in /ExtensionPack ( #14273 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.24.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-03-13 17:44:51 -07:00
dependabot[bot]
a9609ef47b
Bump undici from 7.22.0 to 7.24.0 in /Extension ( #14272 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.24.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 17:20:35 -07:00
Rohan Santhosh Kumar and rohan436
e83f362050
docs: remove duplicate word in developer readme ( #14266 )
...
Co-authored-by: rohan436 <[email protected] >
2026-03-12 03:35:31 -07:00
Sean McManus
38e074451a
Fix warning "Cannot find" instead of "Path is not a file" for compilerPath. ( #14265 )
2026-03-11 11:08:50 -07:00
Sean McManus
a651e53430
Update serialize-javascript. ( #14262 )
...
* Update serialize-javascript.
2026-03-10 18:24:01 -07:00
Sean McManus
304b92419f
Add CFSClean2. ( #14253 )
...
* Add CFSClean2.
2026-03-10 17:20:31 +00:00
Sean McManus
5aaa9197c2
Update changelog a 2nd time for 1.31.1. ( #14256 )
...
* Update changelog a 2nd time for 1.31.1.
2026-03-10 17:19:31 +00:00
Sean McManus
c239d6b162
Change fs.existsSync to check[File|Directory]ExistsSync for cases where it matters. ( #14258 )
2026-03-10 10:18:42 -07:00
Sean McManus
a66064beef
Update TPN for 1.31.1. ( #14254 )
2026-03-09 16:44:33 -07:00
Sean McManus
b3c1b117c2
Add more CFSClean to pipelines. ( #14245 )
...
* Add more CFSClean to pipelines.
* Add --skip-duplicate.
2026-03-05 18:11:34 -08:00
Sean McManus
a38624d1ef
Add @vscode/vsce. ( #14243 )
2026-03-05 09:12:10 -08:00
Sean McManus
2c26037f43
Update changelog and version for 1.31.1 ( #14239 )
...
* Update changelog and version for 1.31.1
2026-03-04 18:04:42 -08:00
Sean McManus
318f7058b0
Update .github/actions dependencies. ( #14237 )
2026-03-04 23:31:52 +00:00
Sean McManus
8cadd2dac8
Update TPN for 1.31.1. ( #14236 )
2026-03-04 15:29:12 -08:00
Sean McManus
c5fe03c8e6
Update loc. ( #14232 )
2026-03-04 03:01:19 +00:00
Sean McManus
df350e6552
Update msvc versions. ( #14231 )
2026-03-04 03:00:54 +00:00
Sean McManus
a8cb5375e9
Update to clang-tidy 22. ( #14230 )
2026-03-03 18:34:08 -08:00
Sean McManus
40e39acb0e
Revert the shell-quote update. ( #14229 )
2026-03-02 16:56:15 -08:00
Sean McManus
8ff42d0d00
Update more dependencies. ( #14224 )
...
* Update more dependencies.
2026-03-02 21:25:38 +00:00
Sean McManus
597f29c39a
Update licenses. ( #14225 )
2026-03-02 13:24:45 -08:00
dependabot[bot]
fc048916c0
Bump minimatch in /.github/actions ( #14222 )
...
Bumps and [minimatch](https://github.com/isaacs/minimatch ). These dependencies needed to be updated together.
Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
Updates `minimatch` from 5.1.6 to 5.1.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
- dependency-name: minimatch
dependency-version: 5.1.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 11:46:34 -08:00
Sean McManus
6de78e2d05
Update ajv. ( #14221 )
2026-02-27 19:31:47 +00:00
Sean McManus
6bddc0fb58
Update minimatch again. ( #14219 )
2026-02-27 11:31:06 -08:00
Sean McManus
e0cf47d749
Update minimatch. ( #14217 )
2026-02-25 16:20:04 -08:00
dependabot[bot]
adb6bcf8d5
Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions ( #14214 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [@aws-sdk/xml-builder](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/xml-builder ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 5.3.4 to 5.3.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.6 )
Updates `@aws-sdk/xml-builder` from 3.972.4 to 3.972.5
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/xml-builder/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/xml-builder )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.6
dependency-type: indirect
- dependency-name: "@aws-sdk/xml-builder"
dependency-version: 3.972.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 11:04:32 -08:00
dependabot[bot]
e80bd3b0d1
Bump minimatch from 4.2.3 to 4.2.4 in /Extension ( #14213 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 4.2.3 to 4.2.4.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v4.2.3...v4.2.4 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 4.2.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 18:50:52 -08:00
Sean McManus
a5d00e3123
Switch vsix packing to use Nuget.config ( #14209 )
...
* Add a NuGet.config file
2026-02-23 13:35:42 -08:00
Sean McManus
b977587cb1
Update the C/C++ extension pack to 1.5.1. ( #14203 )
2026-02-19 14:06:28 -08:00
Sean McManus
ca81d009fd
Fix signing for extension pack and themes extensions. ( #14202 )
...
* Fix signing for extension pack and themes extensions.
* Fix README.md
2026-02-19 12:45:49 -08:00
Bob Brown
5bbac4e637
update the url for the privacy statement ( #14198 )
2026-02-18 14:37:56 -08:00
Sean McManus
ea1fbea183
Update changelog for 1.31.0. ( #14195 )
...
* Update changelog for 1.31.0.
2026-02-18 14:36:46 -08:00
Subham
f681142c40
feat: Support program parameter in attach configurations ( #14046 ) ( #14108 )
...
* feat: support program parameter in attach configs
2026-02-18 14:34:48 -08:00
Bob Brown
1cd186b3f3
co-install the new C++ Dev Tools extension ( #14197 )
2026-02-18 12:09:35 -08:00
dependabot[bot]
e23c41835d
Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions ( #14182 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [@aws-sdk/xml-builder](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/xml-builder ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.3...v5.3.4 )
Updates `@aws-sdk/xml-builder` from 3.972.2 to 3.972.4
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/xml-builder/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/xml-builder )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.4
dependency-type: indirect
- dependency-name: "@aws-sdk/xml-builder"
dependency-version: 3.972.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 17:27:22 -08:00
Sean McManus
d9fe0c8874
Update webpack. ( #14180 )
...
* Update webpack.
2026-02-11 17:18:50 -08:00
dependabot[bot]
5ad75b4445
Bump axios from 1.13.4 to 1.13.5 in /.github/actions ( #14179 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.4 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.4...v1.13.5 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 13:18:17 -08:00
Ben McMorran and Sean McManus
11b63666c5
Check unified Copilot API before legacy API ( #14167 )
...
Co-authored-by: Sean McManus <[email protected] >
2026-02-09 11:00:21 -08:00
Sean McManus
920997d1d8
Update changelog for 1.30.5 ( #14171 )
...
* Update changelog for 1.30.5.
2026-02-06 15:10:25 -08:00
Sean McManus
05d57e1c3c
Update eslint from 8 to 9. ( #14157 )
...
* Update eslint from 8 to 9.
2026-02-05 14:20:32 -08:00
Sean McManus
19a86b5d2a
Update changelog and version for 1.30.4. ( #14165 )
2026-02-03 11:25:30 -08:00
Sean McManus
980cccb1ce
Update the changelog for 1.30.3. ( #14152 )
2026-01-29 17:31:38 -08:00
Sean McManus
c3b4190601
Update IntelliSense loc strings. ( #14151 )
2026-01-29 14:04:13 -08:00
Sean McManus
ea2540f7f0
Update GitHub Actions. ( #14149 )
2026-01-29 13:03:19 -08:00
Sean McManus
4015e0fc29
Update sinon and diff. ( #14148 )
2026-01-29 08:18:04 -08:00
Sean McManus
4221a90ee1
Update changelog and version for 1.30.2 ( #14146 )
...
* Update changelog for 1.30.2.
* Add a missing TPN entry.
2026-01-23 13:18:50 -08:00
Sean McManus
f8624937ef
Fix locked string for c_cpp.configuration.autocomplete.markdownDescription ( #14136 )
...
* Fix locked string for c_cpp.configuration.autocomplete.markdownDescription
2026-01-14 17:59:04 -08:00
Sean McManus
9771ca6fb1
Update changelog for 1.30.1 ( #14133 )
...
* Update changelog for 1.30.1
2026-01-12 11:40:24 -08:00
Sean McManus
66fd5af437
Update IntelliSense loc strings. ( #14131 )
2026-01-09 11:39:31 -08:00
Ben McMorran
bdb77c0bcf
Fix Copilot hover model selection ( #14113 )
2025-12-18 15:11:01 -08:00
Sean McManus
bb42f2f56d
Update changelog for 1.30.0. ( #14106 )
2025-12-12 16:38:18 -08:00
Sean McManus
bc477d360a
Update changelog for 1.29.3. ( #14093 )
...
* Update changelog for 1.29.3.
2025-12-08 15:12:48 -08:00
Sean McManus
5a4be2c7d3
Resolve ${userHome} in settings. ( #14090 )
2025-12-05 17:59:02 -08:00
Bob Brown
4d6f27df02
Don't require NETFXSDKDir for msvc environment test ( #14088 )
2025-12-05 10:22:00 -08:00
Sean McManus
802b46011a
Fix commentContinuationPatterns if they're a prefix of a later one. ( #14082 )
...
* Fix commentContinuationPatterns if they're a prefix of a later one.
2025-12-05 09:15:12 -08:00
Sean McManus
3a458aa99d
Fix C_Cpp.commentContinuationPattern settings change. ( #14080 )
2025-12-05 09:09:28 -08:00
Bob Brown and dinhtam2c
6559cc2af0
Fix custom comment continuation for multiple follow-up lines ( #14076 )
...
* Fix custom comment continuation for multiple follow-up lines (#14074 )
* Add a unit test for the scenario
* formatting hasn't been done on this file yet. Match the existing style.
---------
Co-authored-by: dinhtam2c <[email protected] >
2025-12-05 09:03:52 -08:00
Sean McManus
9ccb63f177
Update changelog and verison for 1.29.2. ( #14070 )
2025-12-01 17:19:13 -08:00
Dhruvil Shah
dbb3e72e80
Fix typo "no_suitable_complier" in nativeStrings.json ( #14064 )
2025-11-25 14:04:26 -08:00
Sean McManus
4642371880
Update js-yaml for github actions. ( #14061 )
2025-11-21 09:13:46 -08:00
dependabot[bot]
756b1aa47b
Bump js-yaml from 4.1.0 to 4.1.1 in /Extension ( #14060 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 15:19:58 -08:00
Sean McManus
fcf11debc3
Update changelog for 1.29.1. ( #14058 )
2025-11-20 13:47:01 -08:00
Sean McManus
cf5de9cadf
Retry build files task in cg.yml ( #14043 )
...
* Retry build files.
2025-11-13 08:49:26 -08:00
Sean McManus
4aadfda399
Update the msvc version to 1950. ( #14042 )
2025-11-12 13:02:49 -08:00
Sean McManus and csigs
666bc4d703
Update localization ( #14039 )
...
* Localization - Translated Strings
* Some fixes.
* Remove \t.
---------
Co-authored-by: csigs <[email protected] >
2025-11-10 17:18:36 -08:00
Sean McManus
fdd100d0cd
Update IntelliSense loc strings. ( #14038 )
2025-11-10 13:28:07 -08:00
Sean McManus
544c672e60
Update changelog (2nd time). ( #14032 )
2025-11-03 11:17:59 -08:00
Sean McManus
80dbf491cf
Update TPN. ( #14029 )
2025-11-03 10:42:52 -08:00
Sean McManus
1a5fdd19ed
Update changelog and version for 1.29.0. ( #14028 )
...
* Update changelog and version for 1.29.0.
2025-10-31 17:50:30 -07:00
Bob Brown
361139fc67
Adding telemetry for devcmd environment usage ( #14023 )
2025-10-30 09:17:52 -07:00
Bob Brown
cf9f23d081
For VS 18.0 and above, use "Insiders" instead of "Preview" ( #14022 )
2025-10-30 09:02:02 -07:00
Bob Brown
bebf2245af
Enable setting the VS dev environment without running from Dev Command Prompt ( #13571 )
2025-10-29 16:04:51 -07:00
Sean McManus
11ea1e29d9
Update IntelliSense strings (translations are available yet). ( #14020 )
2025-10-29 14:07:55 -07:00
Sean McManus
feee0c63db
Fix incorrect comma in settings string. ( #14005 )
2025-10-16 23:40:51 +00:00
Bob Brown
a2cc5d7de7
put standard library file associations in package.json ( #14002 )
2025-10-16 13:42:47 -07:00
Sean McManus
dc1cdecdbd
Update changelog for 1.28.3. ( #14001 )
2025-10-15 09:00:05 -07:00
Sean McManus
fe0c873609
Update changelog. ( #13996 )
2025-10-13 14:06:55 -07:00
Sean McManus
497c341163
Remove llvm from cgmanifest. ( #13994 )
2025-10-13 09:34:39 -07:00
Sean McManus
eb8afeda81
Update changeling and version for 1.28.2 ( #13990 )
...
* Update changelog and version for 1.28.2.
2025-10-09 20:26:43 -07:00
Bob Brown
358f70c0ec
Fix some invalid assumptions for tasks ( #13989 )
2025-10-09 10:16:58 -07:00
Sean McManus
856a6dc965
Update changleog (2nd time). ( #13981 )
...
* Update changlog (2nd time).
2025-10-06 14:00:05 -07:00
Sean McManus
40590bbc68
Update changelog for 1.28.1. ( #13977 )
2025-10-03 15:12:18 -07:00
Sean McManus
46204dcbf8
Add telemetry to check for potential cases of blocked activation. ( #13973 )
...
* Add telemetry to check for potential cases of blocked activation.
2025-10-01 07:35:24 -07:00
Sean McManus
0de153454a
Fix infinite ssh config file include processing. ( #13971 )
...
* Fix infinite ssh config file processing.
2025-09-30 13:25:38 -07:00
Bob Brown
b75cbb36d3
Enable signing for Themes and ExtensionPack ( #13969 )
2025-09-29 15:20:53 -07:00
Sean McManus
a6a238f113
Update changelog and version for 1.28.0. ( #13963 )
...
* Update changelog and version for 1.28.0.
2025-09-24 15:39:14 -07:00
Sean McManus
d6b46dc91f
Update to clang-tidy 21. ( #13946 )
2025-09-23 04:23:36 -07:00
Bob Brown
6d9308229e
pre-release check crashes when response is not properly formed. ( #13955 )
2025-09-22 11:43:46 -07:00
Sean McManus
5855d98e55
Add windowsErrorReportingMode translation ( #13948 )
...
* Localization - Translated Strings
* Fix.
2025-09-19 11:38:04 -07:00
Sean McManus
2bc677df47
Fix broken schema link. ( #13951 )
2025-09-19 10:36:43 -07:00
Sean McManus
5f7fad11e4
Minor fix to changelog. ( #13942 )
2025-09-17 15:18:22 -07:00
Sean McManus
81568ea16f
Update changelog and version for 1.27.7. ( #13939 )
2025-09-17 15:04:54 -07:00
Sean McManus
7ba7e07586
Update changelog and version for 1.27.6. ( #13934 )
2025-09-15 16:30:10 -07:00
Sean McManus
e4a9ddb261
Add windowsErrorReportingMode. ( #13929 )
...
* Add windowsErrorReportingMode.
2025-09-15 11:33:00 -07:00
dependabot[bot]
b454c98a40
Bump axios from 1.8.2 to 1.12.1 in /.github/actions ( #13932 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.2 to 1.12.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.12.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 07:56:19 -07:00
Sean McManus
73162a59aa
Update loc for 1.27.6 ( #13926 )
...
* Localization - Translated Strings
* Fix.
2025-09-11 20:06:18 -07:00
Colen Garoutte-Carson
212fc37050
Removed some redundant code related to revealIfOpen setting ( #13922 )
2025-09-11 11:28:02 -07:00
Dirk Bäumer
15dac4338c
A non awaiting version of the context provider registration code. ( #13924 )
2025-09-11 08:26:35 -07:00
Sean McManus
c101b677c4
Update changelog for 1.27.5. ( #13920 )
2025-09-10 11:22:34 -07:00
Dirk Bäumer
2f0efe9055
Wait maximum 3 seconds for the Copilot chat extension to activate. ( #13918 )
2025-09-10 08:34:41 -07:00
Sean McManus
d7d5aaf84d
Add another changelog entry. ( #13912 )
2025-09-09 10:22:04 -07:00
Colen Garoutte-Carson
0bd5350af6
Fix hang due to config provider timeout ( #13909 )
2025-09-08 15:56:27 -07:00
Sean McManus
d0e089cd71
Update changelog and version for 1.27.4. ( #13901 )
...
* Update changelog and version for 1.27.4.
2025-09-05 16:35:05 -07:00
Colen Garoutte-Carson
293e77a863
Fix issue with crash recovery trying to send didOpen before client is started ( #13902 )
2025-09-05 14:54:04 -07:00
Sean McManus
c77712b1f4
Remove / from the message since it seems to cause it to be dropped. ( #13899 )
2025-09-04 13:21:00 -07:00
Sean McManus
854fecf0ea
Update changelog and version for 1.27.3. ( #13894 )
...
* Update changelog and version for 1.27.3.
2025-09-02 15:51:50 -07:00
Bob Brown
968332d3c1
Warn users about too many files processed in the workspace ( #13889 )
2025-09-02 14:36:34 -07:00
Sean McManus
9f04a5e905
Add more state info to cpptools crash logging. ( #13888 )
...
* Add more state info to cpptools crash logging.
2025-09-02 13:07:54 -07:00
Bob Brown
6479acdb78
Fix for input delays when editing c_cpp_properties.json ( #13878 )
2025-08-28 15:35:07 -07:00
Dirk Bäumer
eb6d6abf86
Register the CPP context provider with Copilot Chat as well. ( #13877 )
...
* Register context provider API with copilot chat as well.
2025-08-26 19:05:29 -07:00
Sean McManus
72f7192e9b
Fix broken doc link. ( #13873 )
2025-08-22 10:55:09 -07:00
Sean McManus
322b16ef24
Fix changelog version. ( #13870 )
2025-08-21 16:07:21 -07:00
Sean McManus
667f09c360
Update changelog and version. ( #13868 )
2025-08-21 14:51:33 -07:00
Sean McManus
d9af43b95c
Update changelog for 1.27.1. ( #13855 )
2025-08-18 13:32:03 -07:00
Sean McManus
33d169f0fa
Localization - Translated Strings ( #13854 )
2025-08-18 12:50:21 -07:00
Sean McManus
eabe5007db
Process sigCode and sigAddr for crashes. ( #13848 )
...
* Process sigCode and sigAddr for crashes.
* Change to handle early crash file creation.
2025-08-14 16:48:52 -07:00
Sean McManus
c6c2208c0e
Minor TPN updates. ( #13834 )
2025-08-06 18:42:41 -07:00
Sean McManus
1760cdd4c4
Update changelog again. ( #13831 )
...
* Update changelog again.
2025-08-06 17:12:35 -07:00
Sean McManus
c4aac33c13
Fix activation failure when c_cpp_properties.json can't be opened. ( #13832 )
...
* Fix activation failure when c_cpp_properties.json can't be opened.
2025-08-06 17:11:46 -07:00
dependabot[bot] and Sean McManus
a32255425d
Bump tmp from 0.2.3 to 0.2.4 in /Extension ( #13825 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2025-08-06 10:38:19 -07:00
Luca
43a786ea6c
fix #13818 ( #13824 )
2025-08-06 10:31:01 -07:00
Sean McManus
84abc3ad32
Handle .txx/tpp headers. ( #13811 )
...
* Handle .txx headers.
* Add tpp too.
2025-08-05 10:58:50 -07:00
Bob Brown
b65fc9f1cb
Enable CG trigger on insiders branch
2025-08-04 14:01:26 -07:00
Bob Brown
6ab5092971
fixing formatting ( #13810 )
2025-08-04 11:58:12 -07:00
Colen Garoutte-Carson
7c4bc0772b
Revert didOpen changes in favor of adding encoding to didChangeVisibleTextEditors ( #13802 )
2025-08-01 16:37:19 -07:00
Sean McManus
2eb2c422d1
Update form-data. ( #13800 )
...
* Update form-data.
2025-08-01 12:04:29 -07:00
Sean McManus
f94a744108
Update changelog for 1.27.0 (2nd time). ( #13795 )
...
* Update changelog for 1.27.0 (2nd time).
2025-07-31 17:51:46 -07:00
Sean McManus
809e064075
Fix loc for the miDebuggerServerAddress change. ( #13797 )
2025-07-31 16:56:50 -07:00
Sean McManus
5974720601
Remove "exceptions" from quoteArgs. ( #13796 )
2025-07-30 17:18:34 -07:00
Matt
83ba41606c
Makes remote attach picker respect the pipeTransport.quoteArgs config… ( #13794 )
...
* Makes remote attach picker respect the pipeTransport.quoteArgs configuration
* fixes linter error - don't compare boolean value to a boolean
2025-07-30 17:13:35 -07:00
Sean McManus
33bdfeb2e1
Update IntelliSense loc strings. ( #13793 )
2025-07-30 12:08:46 -07:00
Sean McManus
19e68d1f8d
Try to fix the Windows builds. ( #13788 )
2025-07-30 04:23:40 -07:00
Colen Garoutte-Carson
79fe240863
Enable string length encoding fix in cpptools ( #13769 )
2025-07-29 11:52:55 -07:00
Joshua Goins
a637321374
Fix the description of debugServerPath ( #13778 )
...
This mentions the non-existent miDebugServerAddress, but the
correct name is actually miDebuggerServerAddress.
2025-07-22 19:23:47 -07:00
Sean McManus
a9ec333842
Update changelog for 1.27.0 ( #13757 )
...
* Update changelog for 1.27.0.
* Update TPN.
2025-07-11 18:55:52 -07:00
Sean McManus
507ddfc2cc
Update IntelliSense loc strings. ( #13756 )
...
* Update IntelliSense loc strings.
2025-07-11 18:50:12 -07:00
Bob Brown
712d3e552b
update brace-expansion in github actions folder ( #13752 )
2025-07-09 12:56:02 -07:00
Colen Garoutte-Carson
79c6f7fb0a
Fix issue with lost edits in config UI ( #13746 )
2025-07-07 14:07:30 -07:00
Sean McManus and csigs
3bdc8c52de
Update localization ( #13739 )
...
* Localization - Translated Strings
---------
Co-authored-by: csigs <[email protected] >
2025-07-02 11:42:18 -07:00
Garrett Campbell
c8c5b67f18
Update cg.yml ( #13727 )
2025-06-24 12:47:20 -07:00
Sean McManus
df70e44d45
Update changelog and version for 1.26.3. ( #13717 )
...
* Update changelog and version for 1.26.3.
2025-06-18 16:01:37 -07:00
Sean McManus
ef21f09501
Update changelog for 1.26.2. ( #13712 )
2025-06-18 13:45:13 -07:00
Sean McManus
80c73b36a9
Update to 7.1.1. ( #13709 )
...
* Update to 7.1.1.
2025-06-18 13:24:22 -07:00
Sean McManus and csigs
ff14ee60ee
Localization - Translated Strings ( #13710 )
...
Co-authored-by: csigs <[email protected] >
2025-06-18 11:02:53 -07:00
Sean McManus
9bd3250477
Loc fixes. ( #13707 )
2025-06-17 17:59:58 -07:00
Sean McManus
9d0fc56fc4
Update to vscode-cpptools 7.0.3 ( #13701 )
...
* Update to vscode-cpptools 7.0.3
2025-06-17 14:56:42 -07:00
Sean McManus
5f7306357a
Update IntelliSense loc strings. ( #13706 )
2025-06-17 14:46:18 -07:00
Sean McManus
fb903f6a1b
Fix a minor issue with the yarn.lock. ( #13700 )
2025-06-13 19:53:21 -07:00
Sean McManus
bd97021284
Apply mergeConfigurations for browse.path, auto-update the config, and avoid accumulating old configs ( #13678 )
...
* Apply mergeConfigurations for browse.path.
* Fix a bug with old merge properties being added.
2025-06-13 15:07:35 -07:00
Sean McManus
ad8c3d8947
Update the brace-expansion dependencies. ( #13694 )
2025-06-13 14:15:46 -07:00
Bob Brown
3d0ef7e6bf
Remove old entries from changelog ( #13686 )
2025-06-11 11:58:44 -07:00
Sean McManus
3fc041daf6
Remove "ada" from the vsdbg langauge lists. ( #13671 )
2025-06-05 10:54:39 -07:00
Sean McManus
fb8688a7d7
Update loc ( #13670 )
...
* Localization - Translated Strings
* Manually fix 4 cases (I plan to file bugs tomorrow).
2025-06-05 10:53:29 -07:00
Sean McManus
cd8dbf8e44
Fix stopAtEntry, sourceFileMap, processId. ( #13654 )
2025-05-29 14:55:22 -07:00
Sean McManus
845205407d
Fix a couple loc issues. ( #13650 )
2025-05-29 10:20:08 -07:00
Sean McManus
ca78565dd0
Lock the PATH variable which was incorrectly being translated. ( #13649 )
2025-05-28 17:25:18 -07:00
Sean McManus
266f2d7f88
Remove the .type.descriptions since they don't seem to have any effect. ( #13648 )
2025-05-28 17:00:51 -07:00
heartacker
8ca1c45fc8
fix typo ( #13630 )
...
1.26.0->1.26.1
2025-05-22 18:37:03 -07:00
Sean McManus
07de41e937
Update changelog for 1.26.1 ( #13627 )
...
* Update changelog for 1.26.1
2025-05-22 23:28:37 +00:00
Luca
50da8efb51
add note about C++ Copilot suggestions improvement ( #13624 )
2025-05-21 12:59:36 -08:00
Sean McManus
b815f8c8d7
Remove -D__building_module(x)=0 workaround. ( #13621 )
2025-05-21 12:25:12 -07:00
Sean McManus
87fbb56d6d
Update changelog and version for 1.26.0. ( #13620 )
...
* Update changelog and version for 1.26.0.
2025-05-20 18:39:27 -07:00
Sean McManus
a96375bf50
Update translations for 1.26.0 ( #13618 )
...
* Localization - Translated Strings
* Fix \" in Locked.
2025-05-20 16:49:31 -07:00
Sean McManus
ef8a971814
Minor TPN updates. ( #13617 )
2025-05-20 15:52:19 -07:00
Sean McManus
d059b38253
Add c++26 (setting value only). ( #13608 )
...
* Add c++26.
* Update vscode-cpptools API version.
2025-05-19 16:54:04 -07:00
dependabot[bot]
a5018fbdb5
Bump undici from 5.28.5 to 5.29.0 in /.github/actions ( #13612 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 17:02:57 -07:00
Sean McManus
3c5e0f208e
Locked the double quote in path.with.spaces. ( #13598 )
...
* Locked the double quote in path.with.spaces.
2025-05-12 19:00:51 -07:00
Luca
51e5328d24
handle speculative requests with the cache ( #13599 )
2025-05-09 17:51:43 -08:00
Sean McManus
58819c9d22
Update IntelliSense translations. ( #13592 )
...
* Update IntelliSense translations.
* Fix %sq2 being used instead of %sq in the translations.
2025-05-08 13:26:17 -07:00
Luca
4645163b02
ignore speculative-edit requests ( #13593 )
2025-05-08 11:37:32 -08:00
Sean McManus
7e013ab0da
IntelliSense string updates. ( #13580 )
...
* IntelliSense string updates.
2025-05-04 12:50:37 -07:00
Glen Chung
ec85902bd4
Publish Idle Status ( #13583 )
...
For synchronizing tests
2025-05-02 14:32:24 -07:00
Ben McMorran
f461208ffc
Ensure #cpp tool isn't accidentally enabled in agent mode ( #13581 )
2025-05-01 16:42:57 -07:00
Bob Brown
56576c8bec
refactor the compilerPath verification to get consistent results in JSON and UI verification ( #13553 )
2025-04-30 17:16:42 -07:00
Glen Chung
42a9eba703
Add Timestamp to Copilot Logging ( #13570 )
...
To correlate with the other log files for better troubleshooting
experience.
2025-04-29 11:15:20 -07:00
Sean McManus
48c961aedc
Minor fix. ( #13565 )
2025-04-28 16:02:23 -07:00
Luca
ff55c59e19
telemetry addition ( #13564 )
2025-04-28 15:01:25 -07:00
Sean McManus
73c95bef48
Update changelog for 1.25.3. ( #13560 )
...
* Update changelog for 1.25.3.
2025-04-28 12:04:43 -07:00
Sean McManus
fd57bfd074
Localization update for 1.25.3 ( #13561 )
...
* Localization - Translated Strings
2025-04-28 11:57:31 -07:00
Luca
4fc36fa25d
avoid reporting cancellation as errors ( #13552 )
2025-04-25 15:27:27 -08:00
Colen Garoutte-Carson
35e5376235
Fix errors reported for recursive includes settings validations ( #13554 )
2025-04-25 15:07:35 -07:00
Sean McManus
4639ac6049
Update changelog for 1.25.2 ( #13550 )
...
* Update changelog for 1.25.2.
2025-04-25 11:22:01 -07:00
Colen Garoutte-Carson
9eb37abe16
Fix how C_Cpp.default recursive include settings are defined ( #13549 )
2025-04-24 15:27:06 -07:00
Luca
92a34d51b1
codesnippets v2 changes ( #13525 )
2025-04-22 03:00:49 -07:00
Sean McManus
964bc5b6bd
Update version and changelog for 1.25.1. ( #13524 )
...
* Update version and changelog for 1.25.1.
2025-04-21 18:56:11 -07:00
Sean McManus
ab79eedf6f
Localization update ( #13540 )
...
* Localization - Translated Strings
* Fixes.
2025-04-21 17:20:19 -07:00
Sean McManus
c21a214fc4
Fix translations export. ( #13539 )
2025-04-21 13:58:34 -07:00
Bob Brown
97ef1aa99d
Don't show bogus errors for compilerPath + args in config UI ( #13531 )
2025-04-17 16:52:55 -07:00
Sean McManus
799d09f41f
Fix some loc bugs. ( #13522 )
...
* Fix some loc bugs.
* Fix newlines at end of files in json.
2025-04-17 12:51:30 -07:00
Bob Brown
04bc6c8294
No error message shown in config UI for invalid compilerPath ( #13529 )
2025-04-17 11:12:26 -07:00
Bob Brown
735d74175c
Add a message explaining why we couldn't find a quote-wrapped path ( #13521 )
2025-04-16 14:04:37 -07:00
Sean McManus
ce67c4c146
Update loc strings for 1.25.1 ( #13515 )
...
* Localization - Translated Strings
* Update loc strings. Add more locked comments.
2025-04-16 12:21:06 -07:00
Sean McManus
7522617143
Fix the Debug button disappearing. ( #13492 )
2025-04-16 10:59:11 -07:00
Colen Garoutte-Carson
1b2285c7ed
Fix recursive includes settings UI ( #13498 )
2025-04-14 17:29:09 -07:00
Sean McManus
d03af2d389
Fix SIG-?? matching the filter regex. ( #13493 )
2025-04-11 17:27:30 -07:00
Colen Garoutte-Carson
a204903ff2
Fix an error on startup if a file is open ( #13487 )
2025-04-10 15:54:56 -07:00
Garrett Serack
1709999bb7
Update lmTool.test.ts to account for interface change in vscode.d.ts ( #13484 )
...
This works around a change to the vscode TextDocument interface
2025-04-10 14:17:29 -07:00
Sean McManus
44d32aa807
Update changelog for 1.25.0. ( #13479 )
...
* Update changelog for 1.25.0.
2025-04-09 16:33:49 -07:00
Colen Garoutte-Carson
bcdd61859b
Add IsExplicit fields for new recursive include properties ( #13480 )
2025-04-09 16:08:40 -07:00
Sean McManus
4e6f2f8172
Add an extra crash call stack filter check. ( #13478 )
2025-04-09 12:28:19 -07:00
Colen Garoutte-Carson
a71cbadb21
Fix issues with remapping of .C files ( #13476 )
2025-04-08 18:53:18 -07:00
Ben McMorran
17f149d57d
Shutdown LSP server on request ( #13475 )
2025-04-08 18:19:30 -07:00
Colen Garoutte-Carson
2ca08b061f
Work around missing visible editor notifications ( #13474 )
2025-04-08 16:59:05 -07:00
Sean McManus
6b8b999059
Fix interval timer not firing. ( #13469 )
2025-04-07 17:30:22 -07:00
Sean McManus
1b7efea691
Fix a warning with copilotHover. ( #13467 )
2025-04-07 12:56:05 -07:00
Colen Garoutte-Carson
3f9ca1577a
Fix cpptools-wordexp ( #13468 )
2025-04-07 12:39:52 -07:00
Sean McManus
c617c38829
Improve copilotHover description. ( #13461 )
...
* Improve copilotHover description.
2025-04-04 19:15:42 -07:00
Colen Garoutte-Carson
b73353fc9e
Fix some file association ( #13455 )
2025-04-03 16:04:57 -07:00
Garrett Serack
799f0b39c5
use Node v22 ( #13454 )
2025-04-03 09:59:43 -07:00
Sean McManus
93d5c1fbcf
Update changelog and version for 1.24.5. ( #13450 )
...
* Update changelog and version for 1.24.5.
2025-04-02 12:34:17 -07:00
Sean McManus and csigs
7020960ec3
Localization fixes for 1.24.5 ( #13446 )
...
* Localization - Translated Strings
* Fix issues.
* Translate license_terms.
* Add {Locked=\"`disabled`\"}
---------
Co-authored-by: csigs <[email protected] >
2025-04-02 09:15:32 -07:00
Ben McMorran
d515544750
Allow notifications during initialization ( #13443 )
...
* Allow notifications during initialization
* Change capitalization
2025-04-01 11:14:17 -07:00
Sean McManus
569bf64378
Change ? to ?+<offset> with filtered crash call stacks. ( #13434 )
...
* Change ?\n to ?+<offset> with crash call stacks.
2025-03-27 15:57:28 -07:00
Colen Garoutte-Carson
5bd0f9be77
Merge TypeScript main branch to VC ( #13428 )
2025-03-26 14:15:09 -07:00
Luca
8b8e9451d7
merge rpc calls to fetch completion context ( #13417 )
...
rework the log output, fix output and levels.
2025-03-26 12:56:42 -08:00
Sean McManus
3b92649ea7
Update changelog date. ( #13426 )
2025-03-26 12:15:41 -07:00
Sean McManus
acc2a84940
Update version and changelog for 1.24.4. ( #13418 )
2025-03-25 16:55:46 -07:00
Bob Brown
05fec365d2
Remove usage of parse-git-config ( #13416 )
2025-03-25 15:27:23 -07:00
Sean McManus
31ada4a296
Try adding always-auth=true. ( #13413 )
2025-03-25 11:24:57 -07:00
Sean McManus and Colen Garoutte-Carson
625ee33af0
Stop skipping the top crash stack frames. ( #13403 )
...
Co-authored-by: Colen Garoutte-Carson <[email protected] >
2025-03-24 16:41:39 -07:00
Bob Brown
2100587df1
replace CmdLine tasks with 'script' ( #13410 )
2025-03-24 15:49:26 -07:00
Bob Brown
e2f90ba353
Missing npmrc for other extensions ( #13408 )
2025-03-24 15:13:23 -07:00
dependabot[bot]
00f0915b78
Bump @octokit/plugin-paginate-rest, @actions/github and @octokit/rest ( #13402 )
...
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js ) to 9.2.2 and updates ancestor dependencies [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js ), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) and [@octokit/rest](https://github.com/octokit/rest.js ). These dependencies need to be updated together.
Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.2.2
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases )
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v2.21.3...v9.2.2 )
Updates `@actions/github` from 5.1.1 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
Updates `@octokit/rest` from 19.0.13 to 21.1.1
- [Release notes](https://github.com/octokit/rest.js/releases )
- [Commits](https://github.com/octokit/rest.js/compare/v19.0.13...v21.1.1 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
dependency-type: indirect
- dependency-name: "@actions/github"
dependency-type: direct:production
- dependency-name: "@octokit/rest"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 08:22:13 -07:00
Colen Garoutte-Carson
225143f1f1
Add settings for 'reduce', 'priority' and internal 'order' of recursive includes. ( #13374 )
2025-03-21 18:19:24 -07:00
Sean McManus
bd805090d5
Fix crash call stack filtering. ( #13397 )
...
* Fix crash call stack filtering.
* Save regex object. Fix newlines.
2025-03-21 11:56:41 -07:00
Spencer Bloom
56968c5617
Turn Copilot Hover on by default. React immediately to settings changes for copilot hover. Change flight check to new flag to indicate a disabled state. ( #13385 )
2025-03-20 11:13:56 -07:00
Sean McManus
0681d82936
Fix Copilot snippet logging level. ( #13388 )
2025-03-19 13:05:23 -07:00
Colen Garoutte-Carson
700432c7eb
Fix a regression that prevented settings updates ( #13386 )
2025-03-18 15:03:07 -07:00
Sean McManus
a807d5717b
Update changelog and version for 1.24.3. ( #13380 )
2025-03-18 13:11:56 -07:00
Sean McManus
1c5e46bdc5
Filter crash telemetry data per-line so it's not completely filtered later on ( #13379 )
...
* Filter crash telemetry data per-line so it's not completely filtered later on.
2025-03-17 17:13:40 -07:00
Sean McManus
e43157f952
Remove --pack_alignment from .json files. ( #13378 )
2025-03-17 16:51:49 -07:00
Sean McManus
3ffd98fdbe
Merge in latest localization changes with fixes applied ( #13373 )
2025-03-17 12:58:07 -07:00
Colen Garoutte-Carson
3196778f63
Remove updateChannel setting ( #13376 )
2025-03-17 12:46:57 -07:00
Colen Garoutte-Carson
301f9a6a9d
Add a string for browse path not found ( #13372 )
2025-03-14 13:51:12 -07:00
Sean McManus
4412f2083e
Update to clang-tidy 20.1.0. ( #13348 )
2025-03-13 16:56:50 -07:00
Luca
fcda971f1b
test framework traits for Chat ( #13285 )
...
* add test frameworks traits to VSCode Copilot Chat
* add test framework traits for #cpp
* update prompt
* drop unnecessary `?.`, and use sensible names for test framework in tests.
2025-03-13 07:22:37 -08:00
Sean McManus
669e830649
Set the extensionKind. ( #13361 )
2025-03-12 14:15:06 -07:00
Bob Brown
53f3a144af
Remove some unnecessary files from the vsix ( #13368 )
2025-03-12 13:36:40 -07:00
Sean McManus
6cc1bd787e
Fix loc for link text "C/C++ Properties Schema Reference". ( #13359 )
2025-03-11 10:19:46 -07:00
Luca
72f68c01f2
match Copilot's CanceledError which has name == message == "Canceled". ( #13357 )
2025-03-10 11:46:42 -08:00
Bob Brown
3a837ecdea
Update github actions package.json for reported vulnerabilities ( #13356 )
2025-03-10 10:42:34 -07:00
Colen Garoutte-Carson
9afc2954f1
Work around E2E test failure ( #13347 )
2025-03-06 16:24:26 -08:00
Sean McManus
f7e2cafaad
Update changelog and version for 1.24.2. ( #13344 )
2025-03-06 14:59:35 -08:00
Colen Garoutte-Carson
5697dcce61
Let native process populate default browse paths ( #13342 )
2025-03-06 01:41:06 -08:00
Sean McManus
5ebe93c628
Add crash log handling. ( #13253 )
...
* Add crash log handling.
2025-03-05 18:48:31 -08:00
Luca
db16246990
telemetry metrics accommodate signed values ( #13326 )
2025-03-05 11:43:39 -08:00
Bob Brown
8cc85356ae
fix type checking ( #13334 )
2025-03-03 15:23:43 -08:00
Sean McManus
db1cfda601
Stop reporting copilotHover "enabled" as invalid. ( #13318 )
2025-03-03 13:42:46 -08:00
Sean McManus
60c443418e
Fix Copilot hover warning in the ExtensionHost logging. ( #13316 )
2025-03-03 13:10:28 -08:00
Luca
1813c82eb4
-new feat: add traits for C++ lang version ( #13296 )
...
-telemetry: fix cancellation events.
-telemetry: more diag event for registration failure.
-add fallback to SimilarFiles providers such as openTabs and/or
related-files
2025-02-28 18:00:28 -08:00
Garrett Serack
a2b7383c97
Add instrumentation support to the typescript code ( #12991 )
...
* add instrumentation support to the typescript code
* fix linter
* missed file
* update to a newer image?
* merged
* work around webpack
* webpack! Arg!
* cleanup
* cleanups
* remove spaces
* must use eval to work around webpack
* need vscode in here
* fix line endings?
* fix line endings?
* Add comment
* Added instrumentation to copilothoverprovider
* inject instrumentation code via perfecto instead
* Ensure that everything is instrumented where we can.
* extra comma
2025-02-26 14:28:09 -08:00
Sean McManus
388a81c19b
Update TPN. ( #13309 )
2025-02-24 14:52:01 -08:00
Glen Chung
9a9ac3aa51
Remove Compiler Argument Traits ( #13278 )
...
* Remove Compiler Argument Traits
- Couldn't find examples of where this actually improved the prompt per ad-hoc analysis.
* Address review comment
2025-02-24 14:35:17 -08:00
Sean McManus
879202e785
Update yarn.lock (octokit/rest) ( #13303 )
...
* Update yarn.lock.
* Try switching to node 20.
* Increase action version.
* Switch octokit to a dynamic import.
2025-02-21 18:40:15 -08:00
Bob Brown
c6e635542c
The other extensions don't build with yarn ( #13304 )
2025-02-21 23:11:35 +00:00
Bob Brown
74aa385373
Update code analysis mode in Language Status when the settings change ( #13301 )
2025-02-21 11:55:55 -08:00
Bob Brown
127166df23
description for svdPath doesn't appear in launch configuration ( #13302 )
2025-02-21 11:43:15 -08:00
Colen Garoutte-Carson
7fbe9b160a
Fix an issue with C: treated as a relative path ( #13297 )
2025-02-21 11:07:21 -08:00
Bob Brown
907b225b47
Update README and metadata for extension pack ( #13298 )
2025-02-20 16:05:30 -08:00
Bob Brown
a6e06dc921
Update the Windows SDK packages pointed to in the walkthrough ( #13295 )
2025-02-20 12:57:22 -08:00
Sean McManus
72e28d9b67
Check for more unexpected characters in crash call stack data. ( #13281 )
2025-02-13 15:44:33 -08:00
Sean McManus
44406cea7c
Fix handling of "Could not open input path" when calling c++filt ( #13279 )
...
* Fix handling of "Could not open input path" when calling c++filt
2025-02-13 14:33:49 -08:00
Sean McManus
20d1f424a6
Update changelog and version for 1.24.1. ( #13276 )
2025-02-13 11:37:26 -08:00
Sean McManus
69393c4567
Add a changelog entry. ( #13270 )
2025-02-10 21:11:46 -08:00
Luca
1518d0ee6f
convert the time budget integer to a real number. ( #13268 )
...
* convert the time budget integer to a real number.
* update the changes' log
2025-02-10 17:11:43 -08:00
Sean McManus
db82927d27
Fix Copilot hover reprompting. ( #13266 )
2025-02-10 11:26:17 -08:00
Luca
59677cfad7
bump copilot-language-server to v1.266 ( #13256 )
2025-02-07 15:26:10 -08:00
Sean McManus
53412d70f7
Update TPN. ( #13254 )
2025-02-07 14:42:29 -08:00
Sean McManus
0f8dd275a1
Update changelog and version for 1.24.0. ( #13248 )
...
* Update changelog and version for 1.24.0.
2025-02-06 21:16:05 -08:00
Colen Garoutte-Carson
60e998b590
Don't use 'system' include/framework paths as fallback 'user' include/framework paths in the base config ( #13247 )
2025-02-06 17:38:10 -08:00
Sean McManus
e1d824f6c1
Update changelog for 1.23.6 ( #13244 )
...
* Update changelog and version.
2025-02-06 11:21:08 -08:00
Garrett Serack
ebce162542
don't abort instantly, keep searching ( #13243 )
2025-02-06 10:31:49 -08:00
Luca
94758afea0
code snippet provider ( #13018 )
...
* add a code snippet provider
2025-02-05 14:26:14 -08:00
Spencer Bloom
e5e176b68b
Add check for copilot access before providing copilot hover ( #13238 )
...
* Add check for copilot access before providing copilot hover
* Don't check flight until we can validate copilot is enabled
2025-02-05 13:01:30 -08:00
Sean McManus
64c00a92f5
Fix Select IntelliSense Configuration regression. ( #13224 )
2025-02-03 11:57:35 -08:00
Colen Garoutte-Carson
0a64b77ba0
Fix an issue with editorconfig tab_size ( #13216 )
2025-01-30 11:03:21 -08:00
Garrett Serack and Colen Garoutte-Carson
c3f8d0c2cd
Remove cpptools1 experiment flag from Symbol Search ( #13199 )
...
* remove cpptools1 experiment flag
* Missed a couple things
---------
Co-authored-by: Colen Garoutte-Carson <[email protected] >
2025-01-29 07:25:32 -08:00
Colen Garoutte-Carson
e3bb8a778d
Fix a potential race between didChange and didOpen ( #13209 )
2025-01-28 15:41:43 -08:00
Sean McManus
99864b0fd7
Update changelog and version for 1.23.5. ( #13208 )
...
* Update changelog and version for 1.23.5.
2025-01-28 11:53:05 -08:00
Sean McManus
77f30faf00
Fix an undefined access when an edit is done before cpptools starts ( #13206 )
...
* Fix an undefined access.
2025-01-27 20:02:08 -08:00
Sean McManus
3614cab5ac
Fix Call Hierarchy Calls From. ( #13201 )
2025-01-27 12:18:58 -08:00
Colen Garoutte-Carson
d7f5c28c85
Fix label casing in action workflows, and add 'help wanted' to addLabels in two debugger workflows ( #13192 )
2025-01-24 15:16:55 -08:00
dependabot[bot]
cdf1e6b4f2
Bump undici from 5.28.4 to 5.28.5 in /.github/actions ( #13180 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:51:52 -08:00
Sean McManus
1aa24fe51f
Add a changelog entry. ( #13177 )
2025-01-21 16:29:29 -08:00
[email protected]
1b82daf079
[Auto] Localization - Translated Strings ( #13027 )
2025-01-21 16:08:54 -08:00
Colen Garoutte-Carson
33a205bf19
Fix issue with config requests before provider has registered ( #13167 )
2025-01-17 19:05:56 -08:00
Sean McManus
ce0435b55a
Update changelog for 1.23.4 (3rd time) ( #13164 )
...
* Update changelog (3rd time).
* Minor TPN changes.
2025-01-17 18:11:16 -08:00
Spencer Bloom
5d32121787
Support Content Exclusion for Copilot Hover ( #13143 )
...
* Use propsed content exclusion APIs
2025-01-16 12:13:41 -08:00
Sean McManus
9e96d6383c
Update changelog (2nd time). ( #13159 )
2025-01-16 10:31:22 -08:00
Sean McManus
31969c8df2
Stop sending err.message in telemetry ( #13158 )
...
* Stop sending err.message.
2025-01-16 07:36:51 -08:00
Glen Chung
e4091ab3b5
Combine ProjectContext and RelatedFilesProvider Telemetry in One Event ( #13157 )
...
- This allows calculating the time spent on the extension side vs the language server side.
- Also send filter telemetry if available.
2025-01-15 17:35:10 -08:00
Sean McManus
c4d9f11386
Update changelog and version for 1.23.4. ( #13155 )
...
* Update changelog and version for 1.23.4.
2025-01-15 15:30:36 -08:00
Sean McManus
6f9ddbf52a
Fix casing of Windows. ( #13149 )
2025-01-14 10:39:45 -08:00
Colen Garoutte-Carson
fed7a82d36
Fix .editorConfig setting precedence ( #13140 )
2025-01-10 15:48:14 -08:00
Sean McManus
941aa608f4
Minor TPN updates. ( #13135 )
2025-01-08 12:41:29 -08:00
Sean McManus
205ae065f5
Update changelog and version for 1.23.3. ( #13127 )
...
* Update changelog and version for 1.23.3.
2025-01-08 12:30:39 -08:00
Glen Chung
8e5bbf1320
Support C89 in Completion Prompts ( #13132 )
...
- Also send unrecognized ones in telementry for further ananlysis.
2025-01-08 10:24:58 -08:00
Colen Garoutte-Carson
200f0934bf
Add 3rd party notice for libiconv ( #13056 )
2025-01-07 14:25:10 -08:00
Sean McManus
4c6f319304
Update IntelliSense loc strings. ( #13098 )
2025-01-03 12:19:00 -08:00
Sean McManus
6e3e0748e0
Update msvc versions. ( #13097 )
2025-01-02 16:17:18 -08:00
Sean McManus
d70d063698
Fix other developer command prompt cases, and "developer" and "code" … ( #13093 )
...
* Fix other developer command prompt cases, and "developer" and "code" references.
2025-01-02 11:55:02 -08:00
Sean McManus
fa0e1c0376
Fix cl.exe.not.available loc. ( #13091 )
...
* Fix cl.exe.not.available loc.
* Disabling eslint indent linting.
2024-12-31 14:20:42 -08:00
Sean McManus
d2626e0ad8
Re-enable the SingleRootProject tests with check-in tests and fix the getIncludes test failure ( #13084 )
...
* Fix getIncludes call with E2E test.
* Add a --skipCheckBinaries arg.
2024-12-30 17:09:43 -08:00
browntarik
42c6d99012
Updated Description for Preferred Path Separator Setting and Refactor Its Usage ( #13082 )
...
* Updated description for preferred path separator setting.
* Change wording.
* Refactor configuration quickpick to correctly reflect preferred path separator.
2024-12-30 16:37:34 -08:00
Yiftah Waisman
2bff033a27
Handle multiple compile commands on client side (needs native server side support) ( #12960 )
2024-12-30 10:31:13 -08:00
Ben McMorran
0aaae1fabf
Support sending telemetry during cpptools initialization ( #13077 )
2024-12-20 12:24:15 -08:00
Colen Garoutte-Carson
a172a425ad
Ensure default persistent values get persisted ( #13074 )
2024-12-19 15:55:42 -08:00
Colen Garoutte-Carson
5c684a87d0
Don't reset everyones databases ( #13073 )
2024-12-19 15:19:29 -08:00
Ben McMorran
b96d82a1a7
Add appName telemetry ( #13072 )
2024-12-19 15:07:54 -08:00
Bob Brown
73f4442d27
Update the descriptions of clang path settings ( #13071 )
2024-12-19 12:18:04 -08:00
dependabot[bot]
b11f390d4a
Bump nanoid from 3.3.7 to 3.3.8 in /Extension ( #13060 )
...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
2024-12-18 13:34:05 -08:00
Bob Brown
84b92dcae5
Don't show the output window for "references may be missing" when the loggingLevel is less than Warning ( #13068 )
2024-12-18 12:14:19 -08:00
Luca
afb208dabb
get isense client by uri ( #13059 )
2024-12-17 14:30:51 -08:00
Colen Garoutte-Carson
fbf81359df
Trigger reparsing when files.encoding setting changes ( #13047 )
2024-12-16 14:46:09 -08:00
Emmanuel Ferdman
d7ee24158f
Update extension.test.ts reference ( #13040 )
2024-12-13 18:25:29 -08:00
Sean McManus
ab7bebfd7c
Fix space around binary operator translation. ( #13057 )
...
* Fix space around binary operator translation.
2024-12-13 17:41:18 -08:00
Sean McManus
cd5aaaa489
Fix native strings. ( #13046 )
2024-12-12 10:27:21 -08:00
Yiftah Waisman
d04d53e9a6
Detect compile_commands.json after containing folder deleted and recreated on Windows ( #13032 )
...
* fix issue #7030
* check for the undefined case (on first load)
2024-12-11 15:35:00 -08:00
Spencer Bloom and Ben McMorran
fa80d4477e
Support for copilot-generated summaries in quick info. (On-the-fly docs) ( #12552 )
...
Off by default, can be explicitly disabled in the setting.
Co-authored-by: Ben McMorran <[email protected] >
---------
Co-authored-by: Ben McMorran <[email protected] >
2024-12-09 10:15:52 -08:00
Colen Garoutte-Carson
ee71e1f82c
Update changelog for 1.23.2 (2nd time) ( #13024 )
2024-12-05 12:39:02 -08:00
[email protected]
05d43dc2f7
[Auto] Localization - Translated Strings ( #12869 )
2024-12-05 12:09:39 -08:00
Colen Garoutte-Carson
44b736e84a
Update changelog for 1.23.2 ( #13020 )
2024-12-04 18:55:51 -08:00
Sean McManus
052bcffe37
Fix an unnecessary cancel/re-request with GitHub Copilot requests (and fix some other bugs with Copilot exception handling) ( #12988 )
...
* Fix an unnecessary cancel/re-request with GitHub Copilot requests.
* A couple bug fixes from the previous PR.
* Fix another loc case.
2024-12-04 15:01:24 -08:00
Colen Garoutte-Carson
74d691f431
Update mac runner to macos-14 ( #13013 )
2024-12-03 15:21:03 -08:00
adrianstephens
9efde543c5
pass optional parameter to C_Cpp.ConfigurationSelect ( #12993 )
2024-12-02 19:19:52 -08:00
Glen Chung
a6089eaa6c
Support A/B Compiler Arguments Traits ( #12979 )
...
- Depends on cpptools' update to provide ProjectContextResult.
- Send "standardVersion" trait in completion prompt by default.
- Added the following new traits
- intelliSenseDisclaimer: compiler information disclaimer.
- intelliSenseDisclaimerBeginning: to note the beginning of IntelliSense information.
- compilerArguments: a list of compiler command arguments that could affect Copilot generating completions.
- directAsks: direct asking Copilot to do something instead of providing an argument.
- intelliSenseDisclaimerEnd: to note the end of IntelliSense information.
- A/B Experimental flags
- copilotcppTraits: deprecated, no longer used.
- copilotcppExcludeTraits:: deprecated, no longer used.
- copilotcppIncludeTraits: string array to include individual trait, i.e., compilerArguments.
- copilotcppMsvcCompilerArgumentFilter: map of regex string to absence prompt for MSVC.
- copilotcppClangCompilerArgumentFilter: map of regex string to absence prompt for Clang.
- copilotcppGccCompilerArgumentFilter: map of regex string to absence prompt for GCC.
- copilotcppCompilerArgumentDirectAskMap: map of argument to prompt.
2024-12-02 14:38:50 -08:00
Colen Garoutte-Carson
21a44d9be6
Add a string for multiple compile_commands.json (on native side) ( #12964 )
2024-12-02 12:31:42 -08:00
Bob Brown
bfa3c7544e
Add a CODEOWNERS file for required PR reviews ( #12987 )
2024-11-21 13:02:20 -08:00
dependabot[bot]
64e9106cb3
Bump cross-spawn from 7.0.3 to 7.0.6 in /Extension ( #12973 )
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 10:46:12 -08:00
Colen Garoutte-Carson
05fbc0eae7
Fix matching of editorConfig sections patterns ( #12953 )
2024-11-12 18:44:32 -08:00
Colen Garoutte-Carson
9646722501
Address issue with Attempting to use languageClient before initialized ( #12959 )
2024-11-12 16:25:04 -08:00
Yiftah Waisman
911c39d054
Fixes to compile commands file watchers fallback logic ( #12948 )
...
* close file watchers before clearing the array
* keep track of fallback time per file
2024-11-12 16:02:42 -08:00
Sean McManus
c9cae0b8c0
Update changelog. ( #12938 )
2024-11-06 12:43:56 -08:00
Sean McManus
1b21b69422
Update changelog for 1.23.1 ( #12931 )
...
* Update changelog for 1.23.1
2024-11-05 17:15:09 -08:00
Colen Garoutte-Carson
390046ccf4
Fix processing of bools and numbers in editorConfig files ( #12923 )
2024-11-04 18:08:15 -08:00
Ben McMorran
fcd0b0c25f
Add telemetry for #cpp failures ( #12910 )
2024-10-30 17:02:51 -07:00
Luca and Ben McMorran
dc8140199b
Ensure only wel known values are passed in to the LLM #2293227 ( #12907 )
...
Co-authored-by: Ben McMorran <[email protected] >
2024-10-30 14:32:31 -08:00
Bob Brown
1462b0dacb
Normalize messages for bad paths ( #12904 )
2024-10-30 10:54:22 -07:00
Colen Garoutte-Carson
e45dbcec9b
Fix issue with requests in protocolFilter.ts causing stalls ( #12906 )
2024-10-29 18:46:13 -07:00
Sean McManus
f51404d9db
Switch to @vscode/dts. ( #12901 )
2024-10-29 17:57:47 -07:00
Sean McManus
d56740e498
Update changelog (2nd time). ( #12899 )
...
* Update changelog (2nd time).
2024-10-29 12:40:07 -07:00
Ben McMorran
4138750b3b
Enable #cpp for all users ( #12898 )
...
* Enable #cpp for all users
* Address PR comments
2024-10-29 12:05:17 -07:00
Sean McManus
8cb1deff76
Update changelog for 1.23.0 ( #12880 )
...
* Update changelog for 1.23.0.
2024-10-24 13:58:32 -07:00
Bob Brown
5416e79622
Values set in settings are not immediately available for use ( #12881 )
2024-10-24 13:42:43 -07:00
Colen Garoutte-Carson
e58e96369f
Prevent redundant progressive squiggle updates ( #12876 )
2024-10-22 15:31:38 -07:00
Ben McMorran
1f7f2f77ad
Switch to stable lmTools API ( #12874 )
...
* Revert "Check-in lmTools API to avoid build breaks (#12872 )"
This reverts commit a248d107da .
* Switch to stable lmTools API
2024-10-22 09:08:31 -07:00
Ben McMorran
a248d107da
Check-in lmTools API to avoid build breaks ( #12872 )
2024-10-21 15:20:07 -07:00
Ben McMorran
ddb7a5502d
Fix E2E tests ( #12871 )
2024-10-21 14:02:25 -07:00
Colen Garoutte-Carson
a61c55ca8c
Update changelog for 1.22.10 ( #12852 )
2024-10-21 12:45:35 -07:00
Ben McMorran
ad12ca63b0
React to lmTools API breaking changes ( #12866 )
2024-10-21 08:47:53 -07:00
[email protected]
456af8c7af
[Auto] Localization - Translated Strings ( #12469 )
2024-10-18 11:55:23 -07:00
Colen Garoutte-Carson
4ed9e22ef2
Update edge strings for FI ( #12847 )
2024-10-18 11:19:06 -07:00
Colen Garoutte-Carson
401f91f3ab
Ensure updates to openFileVersion data is not delayed ( #12851 )
2024-10-18 11:00:46 -07:00
Ben McMorran
9df3a17b11
Always use related files API for Copilot completions ( #12848 )
2024-10-17 15:05:33 -07:00
Sean McManus
038a5ee5e7
Update for clang-tidy 19. ( #12834 )
2024-10-16 15:34:25 -07:00
Ben McMorran
a4998ed84a
React to breaking changes in lmTools API ( #12838 )
2024-10-14 18:59:51 +00:00
Glen Chung
05c9176fb8
Add Cpp Context Traits to Completions Prompt ( #12821 )
...
- Move related files code to its own module
- Refactor related files provider code to enable unit testing
- Add Cpp context traits to completions prompt
2024-10-14 11:46:00 -07:00
Bob Brown
f09715ff6b
Add packages for copilot folks ( #12822 )
2024-10-10 11:56:26 -07:00
Sean McManus
c1de7373e6
Update changelog for 1.22.9. ( #12823 )
...
* Update changelog for 1.22.9.
2024-10-09 14:31:01 -07:00
Colen Garoutte-Carson
292d84f55a
Update changelog for 1.22.8 (insiders) ( #12816 )
2024-10-07 17:59:23 -07:00
Bob Brown
c2badddf6f
clang-format/tidy version comparisons fail for some builds ( #12813 )
2024-10-07 13:54:49 -07:00
Sean McManus
3324ea8c86
Update changelog for 1.22.8. ( #12802 )
...
* Update changelog for 1.22.8.
2024-10-04 14:10:16 -07:00
Luca
34f0dd673c
filter out C++ headers outside the current opened folder. ( #12803 )
2024-10-04 09:53:37 -08:00
Ben McMorran
23c9fb5a9f
Fix break in lmTools API ( #12801 )
2024-10-03 11:10:17 -07:00
Ben McMorran
4b2dac32aa
React to breaking changes in Copilot API ( #12797 )
2024-10-02 18:52:43 -07:00
Colen Garoutte-Carson
0364ab04ce
Fix issue with Rename UI lingering after cancellation ( #12796 )
2024-10-01 17:24:27 -07:00
Sean McManus
911c04b96c
Update changelog for 1.22.7. ( #12790 )
...
* Update changelog for 1.22.7.
2024-09-30 16:07:05 -07:00
Sean McManus
4c0a9ea3be
Update TPN. ( #12789 )
2024-09-30 16:03:36 -07:00
Ben McMorran and Sean McManus
a5a748166b
Add cancellation token to react to Copilot API changes ( #12773 )
...
* Add cancellation token to react to Copilot API changes
* Check for known LSP error code
---------
Co-authored-by: Sean McManus <[email protected] >
2024-09-30 14:56:20 -07:00
Bob Brown
1ec1c9bb94
Use the Microsoft CFS registry instead of npm's registry directly ( #12787 )
2024-09-30 12:46:12 -07:00
Sean McManus
b70f1562c1
Adding vsix signing. ( #12758 )
2024-09-26 17:14:01 -07:00
Colen Garoutte-Carson
c65b11bfb5
Fix an issue preventing use of a full command line in compilerPath ( #12774 )
2024-09-26 16:40:07 -07:00
Colen Garoutte-Carson
24314254db
Update changelog for 1.22.6 ( #12769 )
2024-09-25 15:39:41 -07:00
Ben McMorran
5c588fba0c
Remove parametersSchema for #cpp ( #12768 )
2024-09-25 15:04:48 -07:00
Sean McManus
1e89750b0b
1.22.5 changelog ( #12762 )
...
* Update changelog for 1.22.5.
2024-09-24 16:45:58 -07:00
Sean McManus
4079b1e516
Fix Cg build. ( #12759 )
...
* Fix Cg build.
2024-09-23 19:49:52 -07:00
Sean McManus
cc653f8685
Fix .js signing ( #12757 )
...
* Fix .js signing.
2024-09-23 18:55:38 -07:00
Ben McMorran
b92dbb40c1
Update lmTools API ( #12755 )
2024-09-23 11:35:08 -07:00
Sean McManus
1f83dd7715
Add signing for .js files ( #12749 )
...
* Sign .js files.
2024-09-20 17:05:37 -07:00
Ben McMorran
8d7668ea88
Check related files API flag when IntelliSense is disabled ( #12743 )
2024-09-19 20:58:36 -07:00
Colen Garoutte-Carson
478765f1fc
Update changelog for 1.22.4 (again) ( #12741 )
2024-09-19 16:08:15 -07:00
Colen Garoutte-Carson
1f263c50b7
Work around issue with clang 18 and size_t ( #12739 )
2024-09-19 15:29:14 -07:00
Colen Garoutte-Carson
0efda4b1c2
Update changelog for 1.22.4 (again) ( #12737 )
2024-09-19 14:53:51 -07:00
Ben McMorran
ca12b97c37
Migrate to Copilot related files API ( #12735 )
2024-09-19 14:49:03 -07:00
Colen Garoutte-Carson
e4ae0b7fdf
Update version and changelog for 1.22.4 ( #12733 )
2024-09-18 13:50:29 -07:00
Colen Garoutte-Carson
458ef304e8
Rework custom config requests ( #12727 )
2024-09-18 11:35:00 -07:00
Sean McManus
970f95bfea
Update IntelliSense loc strings. ( #12726 )
2024-09-18 03:18:14 -07:00
Sean McManus
cd4ef2329f
Update changelog. ( #12710 )
2024-09-13 11:38:42 -07:00
Sean McManus
ccc07f5adb
Enable log diagnostics without a C/C++ file active. ( #12701 )
2024-09-13 11:33:44 -07:00
Sean McManus
50e0f8685a
Show the reload window message when caseSensitiveFileSupport is changed. ( #12700 )
...
* Show the reload window message when caseSensitiveFileSupport is changed.
2024-09-13 11:22:51 -07:00
Colen Garoutte-Carson
fc5a084781
Update changelog and version for 1.22.3 ( #12703 )
2024-09-12 11:50:17 -07:00
Ben McMorran
44671aa6b7
Update checkDTS() to be aware of lmTools ( #12696 )
2024-09-09 13:34:54 -07:00
Luca
731cccd8e3
Add C++ configuration as a language model tool (luca) ( #12685 )
2024-09-06 14:53:26 -07:00
Sean McManus
8718b9686b
Fix extract to function formatting. ( #12679 )
2024-09-05 18:20:46 -07:00
Bob Brown
8111083f6a
remove old loc files for TS files that don't exist anymore ( #12686 )
2024-09-05 12:21:57 -07:00
Bob Brown
7006e18ea4
The compiler path selection control is not in sync with the textbox ( #12678 )
2024-09-04 13:06:23 -07:00
Bob Brown
f077665994
delete configuration properties when empty ( #12670 )
2024-09-04 10:34:48 -07:00
Bob Brown
93a20bc2de
Update link to glob info ( #12671 )
2024-08-30 17:03:51 -07:00
Sean McManus
86b698b503
Update changelog and version for 1.22.2. ( #12657 )
2024-08-29 19:04:49 -07:00
browntarik
b7f76c507c
Remove intellisenseEngineFallback description ( #12655 )
...
* Remove intellisenseEngineFallback description.
* Remove references to includeFallback.
2024-08-29 18:46:25 -07:00
browntarik
fcdccd4dff
Remove usage of intellisenseEngineFallback setting. ( #12600 )
2024-08-29 13:54:15 -07:00
Sean McManus
f222a97849
Update changelog for 1.22.1 ( #12646 )
...
* Update changelog for 1.22.1
2024-08-29 13:32:47 -07:00
Bob Brown
1f426edd13
Address a component governance report on webpack ( #12649 )
2024-08-28 10:53:10 -07:00
Bob Brown
994e7b9201
Log the values of editor settings that we track ( #12635 )
2024-08-27 17:04:01 -07:00
Sean McManus
3dc7067c30
Update changelog (2nd time) ( #12631 )
2024-08-26 13:39:38 -07:00
Stanislav
49d987d747
Fix show a list local processes, if remote connection failed (useExtendedRemote) ( #12623 )
...
* Fix show a list local processes, if remote connection failed (useExtendedRemote)
2024-08-26 12:22:24 -07:00
dependabot[bot]
c81120e7c4
Bump micromatch from 4.0.7 to 4.0.8 in /Extension ( #12630 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 12:14:52 -07:00
Bob Brown
e5ce40bfe1
Log the modified extension settings as part of Log Diagnostics ( #12621 )
2024-08-26 12:02:03 -07:00
Sean McManus
d3cd4fcfd7
Fix vcFormat not working and other case comparison bugs. ( #12620 )
2024-08-23 11:15:42 -07:00
Colen Garoutte-Carson
d8a6a98f4b
Switch from LSP hover to HoverProvider ( #12612 )
2024-08-22 19:26:37 -07:00
Colen Garoutte-Carson
326f7d93b9
Spread out schedules of github actions to avoid 'rate limit' errors ( #12616 )
2024-08-22 18:10:15 -07:00
Colen Garoutte-Carson
fbfddd2158
Prevent AddComment action from adding redundant comments ( #12611 )
2024-08-21 14:32:58 -07:00
Sean McManus
d7bfae6ed1
Update changelog/version for 1.22.0 ( #12602 )
...
* Update changelog and version for 1.22.0.
2024-08-21 13:24:07 -07:00
Sean McManus
66b934c6df
Update TPN for 1.22.0. ( #12601 )
2024-08-21 11:44:04 -07:00
Colen Garoutte-Carson
7dcd5a48c0
Remove use of editorconfig module to avoid dependency on one-ini wasm file. ( #12579 )
2024-08-20 14:38:19 -07:00
Colen Garoutte-Carson
a0f863c560
Fix LSP cancellation ( #12592 )
2024-08-20 14:25:37 -07:00
Garrett Serack and Colen Garoutte-Carson
818f7c6899
Update scripts use of spawnSync to work with newer versions of nodejs ( #12503 )
...
Co-authored-by: Colen Garoutte-Carson <[email protected] >
2024-08-20 14:10:48 -07:00
Colen Garoutte-Carson
cb50bb1b34
Fix addComment action ( #12599 )
2024-08-20 14:05:45 -07:00
Colen Garoutte-Carson
632454923c
Add AddComment GitHub action, and workflows for tagging new debugger issues ( #12496 )
2024-08-20 13:25:14 -07:00
Bob Brown
06ed83878c
Release pipelines for themes and extension pack ( #12589 )
2024-08-19 16:38:58 -07:00
Sean McManus
4a7fe28adc
Update msvc versions for 17.11 ( #12583 )
...
* Update msvc versions for 17.11
2024-08-18 06:40:30 -07:00
Sean McManus
0ffdc003fa
Fix "Replacement of a substring with itself" warning. ( #12546 )
2024-08-15 19:18:41 -07:00
browntarik
d2bd3e035c
Refactor compilerPath logic to reflect settings validation changes ( #12556 )
...
* Remove unnesseacary null check and set compilerPathIsExplicit when defaultCompilerPath is null
* Remove unneccessary else statement.
* Refactor changes
* Propogate null usage to reflect null typing for compilerPath.
* Remove normalization of null to undefined.
* Fix linting
* Add null to resolvedCompilerPath
* Update cpp_properties schema
2024-08-15 12:29:06 -07:00
Colen Garoutte-Carson
d4c46c725d
Update OneLocBuild pipeline ( #12573 )
2024-08-15 11:59:28 -07:00
Sean McManus
631c522737
Remove debug and ms from TPN (not actually distributed). ( #12566 )
2024-08-14 18:23:31 -07:00
Sean McManus
571f2d57ef
Update axios to 1.7.4. ( #12564 )
2024-08-13 14:04:56 -07:00
Sean McManus
5cec9b93b8
Fix 5 high severity vulnerabilities in .github/actions. ( #12562 )
2024-08-13 12:17:20 -07:00
Sean McManus
da2fcbc88c
Fix vsce with cg.yml ( #12561 )
...
* Fix vsce via upgrading to node.js 18.
2024-08-12 14:20:27 -07:00
browntarik
3cf9a99864
Add Validation for VS Code Settings ( #12454 )
2024-08-09 12:18:44 -07:00
Sean McManus
99af8d886e
Update changelog and version for 1.21.6 ( #12539 )
2024-08-05 10:38:27 -07:00
Sean McManus
b768a5440a
Update for 1.21.5. ( #12530 )
2024-07-30 22:09:47 -07:00
Sean McManus
570862bf64
Update TPN for 1.21.4 ( #12518 )
2024-07-25 15:17:27 -07:00
Sean McManus
4e09135edc
Go back to supporting VS Code 1.67.0 instead of 1.82.0. ( #12515 )
2024-07-25 14:37:18 -07:00
Sean McManus
15c6bdd613
Update changelog and version for 1.21.3. ( #12499 )
2024-07-23 19:30:20 -07:00
Bob Brown
7078f4b0bd
Enable codeQL for TypeScript ( #12490 )
2024-07-19 11:30:20 -07:00
Sean McManus
626bb6e388
Change cpp editor.stickyScroll.defaultModel. ( #12486 )
2024-07-18 18:05:31 -07:00
Sean McManus
01829f8b81
Update 1.21.2 changelog in main. ( #12485 )
...
* Update 1.21.2 changelog in main.
* Update version
2024-07-18 21:46:31 +00:00
Colen Garoutte-Carson
9f2e50b2ef
Update edge strings for FI ( #12487 )
2024-07-17 18:25:57 -07:00
Bob Brown
6fc05290e6
Strip quotes from debug configurations and fix an issue with quotes in paths ( #12471 )
2024-07-12 11:46:08 -07:00
Ben McMorran
c976dba2dd
Don't show warning notification when C_Cpp.getIncludes is disabled ( #12470 )
2024-07-12 10:53:28 -07:00
Sean McManus
d5077a2575
Update changelog and version for 1.21.1. ( #12449 )
...
* Update changelog and version for 1.21.1.
2024-07-11 18:50:25 -07:00
[email protected]
3d01238ef9
[Auto] Localization - Translated Strings ( #12279 )
2024-07-11 17:56:25 -07:00
Sean McManus
0f7faae67f
Fix multiple cpptools processes running with a multiroot workspace. ( #12461 )
2024-07-11 15:14:02 -07:00
Sean McManus
36dd0b874b
Check extensions.ignoreRecommendations before doing insiders prompting. ( #12447 )
2024-07-09 17:27:30 -07:00
Colen Garoutte-Carson
14bd2e7f8e
Update VCPkgHeadersDatabase.zip ( #12430 )
2024-07-02 18:32:09 -07:00
Colen Garoutte-Carson
9d321ce412
Fix an issue with missing custom configurations ( #12427 )
2024-07-01 14:34:21 -07:00
Colen Garoutte-Carson
7a1785d783
Update edge strings for FI ( #12395 )
2024-06-28 10:58:16 -07:00
browntarik
b5057a1d02
Strip '\r' and '\n' from the end of each line if they exist when parsing the vcpkg database ( #12416 )
...
* Strip '\r' and '\n' from the end of each line if they exist when parsing the vcpkg database.
* remove debugging log
* Fix lint issue
* Revert regex
* Refactor line trimming
* Fix lint issues
* Remove old comment
2024-06-26 17:18:00 -07:00
browntarik
2d22b1493c
Add @see and @sa Doxygen Tags with the "See Also:" label. ( #12415 )
...
* Add sa and see doxygen tags with the "See Also" label.
* remove redundant label
* Fix "See also" label
2024-06-26 15:08:02 -07:00
Sean McManus
3933174c29
Fix the tag parser busy indicator while initializing. ( #12404 )
2024-06-24 10:19:58 -07:00
Sean McManus
0061da69af
Fix crash from loc message mismatch. ( #12388 )
2024-06-17 14:29:25 -07:00
Sean McManus
fced3fbd17
Update changelog date. ( #12385 )
2024-06-17 11:00:01 -07:00
Sean McManus
15c96e28da
Updates for 1.21.0 ( #12370 )
...
* Updates for 1.21.0
2024-06-13 14:43:27 -07:00
Bob Brown
2327499cdb
one-ini-bg.wasm is missing from the webpacked extension ( #12369 )
2024-06-13 12:10:48 -07:00
Bob Brown
9061b79f2b
Update to the latest telemetry API ( #12367 )
2024-06-12 16:43:27 -07:00
Sean McManus
cf35bbcd0e
Revert back to glob 7 due to test failures (and update .github/actions dependencies) ( #12365 )
...
* Revert back to glob 7 due to test failures.
* Fix npm audit issues with .github/actions
2024-06-12 10:20:04 -07:00
Bob Brown
a096f06683
Update top level documents for compliance ( #12343 )
2024-06-11 09:12:51 -07:00
Sean McManus
1cfd34ca23
Update dependencies, glob, and IntelliSense loc strings ( #12317 )
...
* Update dependencies
* Update TPN.
* Update glob.
* Update EDG loc strings.
2024-06-07 17:41:19 -07:00
Luca
923ecfa1cd
make debugging easier to inspect local var value ( #12358 )
2024-06-07 15:28:22 -07:00
Sean McManus
db61a690be
Fixes/improvements to crash call stacks. ( #12355 )
...
* Fixes/improvements to crash call stacks.
2024-06-06 14:57:57 -07:00
Sean McManus
9a5f24fafb
Update dependencies. ( #12351 )
2024-06-05 18:51:29 -07:00
[email protected]
cf2ea08800
[Auto] Localization - Translated Strings ( #12236 )
2024-05-03 15:33:13 -07:00
Sean McManus
3182eed2ac
Update version and changelog for 1.20.5 ( #12264 )
...
* Update version and changelog for 1.20.5
2024-05-03 14:44:48 -07:00
Sean McManus
054e826e2c
Fix macOS version check. ( #12276 )
2024-05-03 13:13:46 -07:00
Sean McManus
b3af47fd03
Updates for 1.20.4 ( #12273 )
...
* Don't use the crash handler on macOS < 19.
* Update version and changelog.
2024-05-02 10:12:01 -07:00
Bob Brown
fbea8eb211
Update CHANGELOG.md ( #12271 )
2024-05-01 14:16:34 -07:00
Sean McManus
79c4412287
Update version and changelog for 1.20.3 ( #12245 )
...
* Update version and changelog for 1.20.3
2024-04-30 13:08:27 -07:00
Bob Brown
7c24091cc8
enable TSA and policheck ( #12258 )
2024-04-26 11:13:17 -07:00
Sean McManus
efa93d8b59
Improvements to crash call stack logging. ( #12247 )
...
* Updates to crash call stack logging.
* Move crash logging to its own channel.
2024-04-25 16:38:21 -07:00
Sean McManus
a1baeac6f7
Update changelog for 1.20.2 (2nd time) ( #12228 )
...
* Update changelog
2024-04-19 16:54:05 -07:00
Bob Brown
3b68eab6ca
rename the property again ( #12233 )
...
* rename the property again
* fail
2024-04-19 14:55:19 -07:00
browntarik
997a042ebf
Remove redundant variable resolution in handleSquiggles and fix error messaging for env and delimited paths under include paths in c_cpp_properties.json ( #12188 )
...
* remove redundant variable resolution
* fix lint
* remove resolveVariable redundancies
* change when resolve and split happens
* fix lint
* Resolve error checking for environment vars and delimited paths
* remove "path" from error messaging
* Adjust error messaging
* remove stray comment
* refactor error messaging + minor fix
* resolve lint
* Fix multi path squiggle regression
* Remove resolvedPath redundancies
* Refactor error messaging and squiggling
* Revert and improve error squiggling behavior
* fix linting
* properly proccess glob patterns + minor fixes
* fix comment positions
* Refactor error message + minor fix
* Fix telemetry metric + minor fix
2024-04-19 14:11:41 -07:00
Colen Garoutte-Carson
aacc06ed27
Fix issue with not yet localized edge strings ( #12232 )
2024-04-19 13:50:22 -07:00
[email protected]
1ae5303cf0
[Auto] Localization - Translated Strings ( #11999 )
2024-04-19 13:48:48 -07:00
Sean McManus
7baeb52329
Handle multiple cpptools-srv crashes. ( #12225 )
2024-04-18 18:28:00 -07:00
Colen Garoutte-Carson
0e5ee3a4d4
Update edge loc strings for FI ( #12217 )
2024-04-18 15:53:11 -07:00
Sean McManus
21ef2e36d6
Fix SettingsTracking treating numerical loggingLevel as invalid. ( #12216 )
...
* Fix SettingsTracking treating numerical loggingLevel as invalid.
* Fix numeric loggingLevels.
* Return -1 numerical value on invalid levels.
2024-04-18 12:44:22 -07:00
Sean McManus
b955eeb013
Update version and changelog for 1.20.2 ( #12208 )
2024-04-16 17:31:16 -07:00
Sean McManus
3e6b99925b
Crash handler update ( #12190 )
...
* Minor update to watchForCrashes.
* Add preinitialize message.
2024-04-16 15:36:28 -07:00
Bob Brown
f06f689488
rename telemetry property ( #12202 )
2024-04-15 17:05:48 -07:00
Bob Brown
fec0d8854e
Log more info with the configuration provider telemetry ( #12193 )
2024-04-13 09:01:53 -07:00
Bob Brown
4650cfeeb9
Update CHANGELOG.md ( #12186 )
2024-04-09 14:43:42 -07:00
Sean McManus
35cda7ebb0
Update changelog for 1.20.1 ( #12182 )
...
* Update changelog for 1.20.1
2024-04-09 13:09:25 -07:00
Sean McManus
92a0494796
Update for libexecinfo crash handler change. ( #12158 )
...
* Update for libexecinfo crash handler change.
* Update ThirdPartyNotices.txt
2024-04-08 16:13:36 -07:00
Bob Brown
d2bd18acf1
don't strip underscores when demangling ( #12159 )
2024-04-01 14:04:46 -07:00
Bob Brown
f3cbf1237d
clean up the pipeline runs ( #12151 )
2024-03-27 17:32:41 -07:00
Bob Brown
76509d6a0c
Component Governance pipeline for vscode-cpptools ( #12148 )
2024-03-27 14:07:28 -07:00
Sean McManus
32ead756bb
Update changelog and version for 1.20.0.
2024-03-25 16:17:37 -07:00
Colen Garoutte-Carson
976a1ba8e8
Update to clang-tidy 18.1.2 ( #12135 )
2024-03-22 18:14:30 -07:00
Garrett Serack
1c4292d8f5
remove unnecessary null ( #12133 )
2024-03-22 11:22:26 -07:00
Garrett Serack
1ab766bc5c
Add setting to support max search results ( #12131 )
2024-03-21 11:17:24 -07:00
Colen Garoutte-Carson
127588ba57
Update changelog for 1.19.9 again ( #12122 )
2024-03-19 16:15:31 -07:00
Colen Garoutte-Carson
ccd80fedb1
Update changelog 1.19.9 ( #12117 )
2024-03-18 13:21:27 -07:00
dependabot[bot] and Sean McManus
1fc8731c2b
Bump follow-redirects from 1.15.5 to 1.15.6 in /Extension ( #12112 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2024-03-18 12:31:43 -07:00
dependabot[bot] and Sean McManus
b6deaf9fa0
Bump follow-redirects from 1.15.4 to 1.15.6 in /.github/actions ( #12111 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2024-03-18 12:24:09 -07:00
browntarik
a6eff82854
Add internal formatting support for Copy Declaration/Definition ( #12055 )
...
* Add text formatting for CopyDD
* fix lint issues
* Plumb up editor settings msg
* add vcFormat param
* Add formatParams to CDD + rollback changes
* fix lint issue
* update defaults
* Reafctor formatParams correctly for vcFormat and .editor_config
* populate editorConfigSettings
* minor fix
* minor fix
2024-03-18 11:08:11 -07:00
Luca
751fd74113
Add a command to fetch the includes graph for a TU ( #12085 )
2024-03-14 16:54:37 -07:00
Colen Garoutte-Carson
3dfa607685
Revert "Address multiple-init scenario"
...
This reverts commit b2c06a57c9 .
2024-03-14 12:55:19 -07:00
Colen Garoutte-Carson
b2c06a57c9
Address multiple-init scenario
2024-03-14 12:54:14 -07:00
Colen Garoutte-Carson
a97a334eb0
Update changelog for 1.19.8 again ( #12099 )
2024-03-13 17:11:41 -07:00
browntarik
3d8180141f
Eliminate squiggle from all glob configurations ( #12072 )
...
* Fix glob coverage
* resolve and split paths before validation
* expand glob patterns and do not expand incorrect paths
* Do not squiggle paths that need to be expanded
* revert change
* squiggle paths that end with *
* Do not squiggle paths that end with *
* properly squiggle glob paths with recursive includes
* correctly report squiggles with glob paths
* move check for asterisk to outer check
* fix lint issues
2024-03-13 17:13:31 +00:00
Colen Garoutte-Carson
74ab0e7ba5
Update changelog for 1.19.8 ( #12092 )
2024-03-12 19:10:13 -07:00
Sean McManus
8dfeccd935
Fix Add Configuration with snippets disabled. ( #12080 )
2024-03-11 16:45:35 -07:00
Bob Brown
c144fe2408
Prevent the status bar from updating too quickly ( #12088 )
2024-03-11 13:29:52 -07:00
Colen Garoutte-Carson
3bbc6716ad
Update changelog again for 1.19.7 ( #12086 )
2024-03-08 15:00:40 -08:00
Colen Garoutte-Carson
75ed1b5ec3
Update changelog for 1.19.7 ( #12081 )
2024-03-08 10:29:55 -08:00
browntarik
699b3d52c5
Resolve userHome variable in c_cpp_properties.json ( #12071 )
...
* Add userHome envrionment variable
* Resolve userHome to os.homedir
* revert change
* fix lint issues
* Rework resolving variables + minor change
* Minor fixes
2024-03-07 10:59:30 -08:00
Colen Garoutte-Carson
ae8c4aca58
Update edge json files for FI ( #12074 )
2024-03-06 19:47:10 -08:00
Colen Garoutte-Carson
79d0c06951
Update edge loc strings ( #12073 )
2024-03-06 18:58:33 -08:00
Colen Garoutte-Carson
a877c6f1ae
Fix forced include resolution ( #12035 )
2024-03-06 14:15:22 -08:00
Colen Garoutte-Carson
6ccc588d69
Merge branch 'release' into main
2024-03-05 17:13:14 -08:00
Colen Garoutte-Carson
81071ba4f5
Update changelog for 1.19.6 ( #12064 )
2024-03-05 17:12:32 -08:00
Sean McManus
e12c7c28d1
Merge pull request #12054 from microsoft/main
...
Update changelog (again) (#12053 )
2024-03-04 12:57:53 -08:00
Sean McManus
724b47922e
Update changelog (again) ( #12053 )
2024-03-04 12:56:08 -08:00
Sean McManus
b3911bf88a
Merge pull request #12046 from microsoft/main
...
Update date (#12045 )
2024-03-01 18:41:51 -08:00
Sean McManus
802f94560d
Update date ( #12045 )
...
* Update date.
2024-03-01 13:50:12 -08:00
Sean McManus
5573667b95
Merge pull request #12038 from microsoft/main
...
Update changelog. (#12037 )
2024-02-29 17:14:10 -08:00
Sean McManus
dd5d161991
Update changelog. ( #12037 )
2024-02-29 17:12:48 -08:00
Colen Garoutte-Carson
a005307a60
Merge pull request #12034 from microsoft/main
2024-02-28 13:38:45 -08:00
Colen Garoutte-Carson
dcb4b8501d
Merge branch 'release' into main
2024-02-28 12:53:08 -08:00
Colen Garoutte-Carson
1e65cbf65d
Update changelog for 1.19.5 ( #12033 )
2024-02-28 12:52:03 -08:00
Sean McManus
cdc9dd8584
Fix inlay hint tests. And reapply inlay hint settings if they're changed ( #12014 )
...
* Fix inlay hint tests. And reapply inlay hint settings if they're changed.
* Make updating work without scrolling.
2024-02-27 14:45:19 -08:00
Sean McManus
93f4337576
Fix error handling when HostName is not available ( #12022 )
...
* Fix error handling when the HostName isn't available.
2024-02-27 14:26:19 -08:00
Colen Garoutte-Carson
69338b814b
Update cppbuild task behavior for args and command fields to match VS Code's shell task type ( #12026 )
2024-02-27 13:07:40 -08:00
dependabot[bot]
af6287f1ca
Bump es5-ext from 0.10.62 to 0.10.64 in /Extension ( #12028 )
...
Bumps [es5-ext](https://github.com/medikoo/es5-ext ) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases )
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md )
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64 )
---
updated-dependencies:
- dependency-name: es5-ext
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 10:37:23 -08:00
Colen Garoutte-Carson
1868f99cad
Merge pull request #11996 from microsoft/main
2024-02-21 12:32:11 -08:00
Colen Garoutte-Carson
ef3472d8f5
Merge branch 'release' into main
2024-02-21 12:08:28 -08:00
Sean McManus
347a1fac67
Update changelog for 1.19.4 ( #11976 )
...
* Update changelog for 1.19.4
2024-02-21 19:47:55 +00:00
[email protected]
239d6a036b
[Auto] Localization - Translated Strings ( #11948 )
2024-02-21 11:47:00 -08:00
dependabot[bot]
d1da368537
Bump ip from 2.0.0 to 2.0.1 in /.github/actions ( #11990 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 19:36:49 -08:00
browntarik
38c16a5888
Update shell quote E2E test ( #11977 )
...
* resolve e2e test
2024-02-20 16:04:46 -08:00
Trond Einar Snekvik
8b9960c603
Silence console.logs ( #11973 )
...
Removes the console.log messages that show up during normal execution.
Leaves console.logs in exception handlers the way they are.
Signed-off-by: Trond Einar Snekvik <[email protected] >
2024-02-16 18:05:33 -08:00
jogo-
0c937511c7
Fix typo in CHANGELOG.md ( #11968 )
2024-02-15 13:42:23 -08:00
browntarik
36ea516731
Fix E2E Shell Quoting Test ( #11975 )
...
* resolve e2e test
* Resolve prompt regression and tests
* Fix lint issue
* resolve e2e test
* add double quotes
* only escape baskslash
* resolve e2e test
* Add backslash
2024-02-15 11:40:42 -08:00
browntarik
54314feab5
Fix shell quoting e2e test ( #11969 )
...
* resolve e2e test
* Resolve prompt regression and tests
* Fix lint issue
* resolve e2e test
* add double quotes
* only escape baskslash
2024-02-14 15:27:10 -08:00
browntarik
286a5c590a
Resolve prompt regression + fix e2e tests ( #11964 )
...
* resolve e2e test
* Resolve prompt regression and tests
* Fix lint issue
2024-02-13 15:01:59 -08:00
browntarik
ce202f3549
resolve e2e test ( #11961 )
2024-02-13 12:08:42 -08:00
Colen Garoutte-Carson
c7882e941c
Update changelog for 1.19.3, to mention C_Cpp.experimentalFeatures ( #11946 )
2024-02-09 15:43:18 -08:00
[email protected]
c5da16771a
[Auto] Localization - Translated Strings ( #11635 )
2024-02-09 15:38:30 -08:00
browntarik
98c6222154
change ping interval to 14 days and close interval to 30 ( #11943 )
2024-02-09 09:17:53 -08:00
Colen Garoutte-Carson
33dce288dd
Update changelog and version for 1.19.3 ( #11941 )
2024-02-08 16:50:48 -08:00
Sean McManus
406f1d62df
Update TPN. ( #11940 )
2024-02-08 15:48:18 -08:00
Garrett Serack and Sean McManus
674148fb07
Perf-boost - fast query symbols ( #11785 )
...
* Perf-boost - fast query symbols
* Rebased, updated (moved to node 18.15.0+)
* quick cleanup
* remove unused linter directive
* Delete Extension/cpp.hint
That wasn't supposed to be here.
* restore file
---------
Co-authored-by: Sean McManus <[email protected] >
2024-02-08 14:37:29 -08:00
browntarik
aa5601041c
Remove whitespace if the includePath exists + minor fix ( #11911 )
...
* Remove whitespace if the includePath exists + minor fix
* fix lint issues
* Move includePath validation to config.ts
* fix lint issues
* small fixes
* fix lint issues
2024-02-05 16:15:01 -08:00
Colen Garoutte-Carson
62d167aeb3
Change default intelliSenseUpdateDelay to 1s ( #11932 )
2024-02-05 15:44:59 -08:00
browntarik
b742a191ee
Validate Compiler Paths Against PATH Environment Variable in Configuration UI ( #11913 )
...
* resolve compiler against envrionment variables
* fix lint issue
2024-02-01 13:36:09 -08:00
Sean McManus
9229952cd9
Update TPN for musl ( #11912 )
2024-01-31 18:01:57 -08:00
Sean McManus
389cfdd583
Improve crash logging ( #11899 )
...
* Improve crash logging.
2024-01-26 13:01:06 -08:00
Sean McManus
3f1e851152
Log cpptools crash call stacks. ( #11858 )
...
* Log cpptools crash call stacks.
2024-01-19 17:51:01 -08:00
Colen Garoutte-Carson
6b1fe63294
Update changelog for 1.19.2 ( #11885 )
2024-01-19 15:30:00 -08:00
browntarik
821fbb3566
update changelog ( #11878 )
2024-01-19 15:03:15 -08:00
Sean McManus
3670564712
Fix broken edtior.wordBasedSuggestions setting. ( #11773 )
2024-01-18 10:29:43 -08:00
Sean McManus
ced402ad5d
Update ThirdPartyNotices.txt ( #11873 )
2024-01-16 17:29:06 -08:00
Colen Garoutte-Carson
5f8d072b86
Update CHANGELOG for 1.19.2 ( #11871 )
2024-01-16 17:22:55 -08:00
Sean McManus
f84f285db3
Fix EACCES error when using include wildcards. ( #11870 )
2024-01-16 16:41:16 -08:00
Tobias Obermayer
44194c000d
fix german translation for RunCodeAnalysis ( #11845 )
2024-01-16 15:49:38 -08:00
dependabot[bot] and Sean McManus
c61bd07bb5
Bump follow-redirects from 1.15.1 to 1.15.4 in /.github/actions ( #11849 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2024-01-09 10:36:24 -08:00
dependabot[bot]
3df0a0f796
Bump follow-redirects from 1.15.3 to 1.15.4 in /Extension ( #11850 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 10:30:20 -08:00
Colen Garoutte-Carson
f16dfc92b2
Add permissions field to bot actions ( #11847 )
2024-01-08 16:40:51 -08:00
Bob Brown
96faf18d96
Address issues reported by compliance tooling ( #11841 )
2024-01-08 16:14:54 -08:00
browntarik
6393210a31
update shell quote baseline ( #11827 )
2024-01-03 10:48:29 -08:00
Sean McManus
7151847d1f
Fix C_Cpp.autocomplete description. ( #11816 )
2023-12-29 14:33:57 -08:00
Sean McManus
d5ffbd86f3
Fix extract to function formatting. ( #11804 )
...
* Fix extract to function formatting.
2023-12-27 15:04:04 -08:00
Sean McManus
ab8b90b187
Stop clearing code analysis problems in updateCustomConfigurations. ( #11798 )
2023-12-21 17:35:51 -08:00
Sean McManus
8d42c49b77
Fix configuration provider handling with intelliSenseEngine "disabled". ( #11797 )
2023-12-21 12:27:41 -08:00
Colen Garoutte-Carson
0e24296f67
Enable progressive IntelliSense updates ( #11735 )
2023-12-19 18:24:05 -08:00
browntarik
7f87dc49f8
Fix shell quoting for command line arguments ( #11734 )
...
* Add shell quoting for command line arguments
* add shell escape logic from native
* resolve lint issues
* Refactor quoteArgument and getTask
* Add os specific shell quoting
* Correctly apply shell-quotes on Unix
* Fix lint
* fix lint
* Refactor quoteArgument logic
2023-11-30 10:01:19 -08:00
Sean McManus
cc4177b096
Update for 1.19.1 ( #11724 )
2023-11-21 14:58:42 -08:00
Sean McManus
a25b309ac7
Update for 1.19.0 ( #11688 )
...
* Update for 1.19.0
2023-11-16 17:01:15 -08:00
Sean McManus
e7cb0a7c6a
Merge pull request #11698 from microsoft/main
...
Merge for 1.18.5
2023-11-16 16:55:09 -08:00
Sean McManus
b6f48cd1fe
Update changelog and version for 1.18.5 ( #11697 )
2023-11-16 16:39:31 -08:00
Sean McManus
ea391a3a17
Fix default Linux cache path. ( #11696 )
2023-11-16 15:46:03 -08:00
Sean McManus
4ba260c486
Merge pull request #11687 from microsoft/main
...
Merge for 1.18.4
2023-11-14 17:25:29 -08:00
Sean McManus
7cb9f88f6c
Switch to a static import. Add telemetry. ( #11686 )
...
* Switch to a static import. Add telemetry.
2023-11-14 16:39:18 -08:00
Sean McManus
203823a6af
Fix 'Extract to function' header selection state. ( #11677 )
...
* Fix 'Extract to function' header selection state.
* Update changelog.
2023-11-14 14:58:42 -08:00
Sean McManus
10564f909a
Update changelog.
2023-11-14 14:41:00 -08:00
Sean McManus
383579dba3
Fix fetch call for VS Code before 1.82.0. ( #11683 )
2023-11-14 14:29:52 -08:00
Sean McManus
e896231d88
Merge pull request #11671 from microsoft/main
...
Merge for 1.18.3 (4th time)
2023-11-13 15:15:12 -08:00
Sean McManus
5325b379c5
Open the modified header for 'Extract to function'. ( #11670 )
...
* Open the modified header for 'Extract to function'.
2023-11-13 15:13:09 -08:00
Sean McManus
1af06e1dd5
Update GitHub actions dependencies. ( #11667 )
2023-11-13 11:36:48 -08:00
Sean McManus
23fcef6dd8
Merge pull request #11661 from microsoft/main
...
Merger for 1.18.3 (3rd time)
2023-11-13 11:36:36 -08:00
Sean McManus
c68caae1e7
Update TPN. ( #11660 )
2023-11-10 17:46:22 -08:00
Sean McManus
3dc4b8f626
Update vscode-tas-client. ( #11658 )
2023-11-10 16:12:44 -08:00
Sean McManus
df5c16bddf
Merge pull request #11654 from microsoft/seanmcm/1_18_3_release
...
Merge for 1.18.3
2023-11-10 11:06:38 -08:00
dependabot[bot]
b008f1a1cc
Bump axios from 0.27.2 to 1.6.0 in /.github/actions ( #11651 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 01:45:18 -08:00
Sean McManus
3a3a31b9b8
Merge branch 'main' into seanmcm/1_18_3_release
2023-11-09 18:03:16 -08:00
Sean McManus
5504bdf63d
Update changelog for 1.18.3 ( #11648 )
...
* Update changelog for 1.18.3
2023-11-09 17:55:43 -08:00
Sean McManus
7d051394e6
Remove the 'Extract to function' experimentalFeatures requirement. ( #11638 )
2023-11-08 12:29:01 -08:00
Sean McManus
468149a9ad
Update changelog/version for 1.18.2 ( #11628 )
...
* Update changelog.
* Update version.
2023-11-07 15:46:27 -08:00
[email protected]
6ec1d81ef0
[Auto] Localization - Translated Strings ( #11290 )
2023-11-07 08:55:54 -08:00
Sean McManus
6b5d3ee985
Fix 'Extract to function' formatting/selection bugs. ( #11621 )
...
* Fix 'Extract to function' formatting/selection bugs.
2023-11-06 14:45:18 -08:00
Spencer Bloom
5b3c4c70b5
Add error catching on await calls and a persistent bool tracking if the user is on the pre-release channel (or has been while there's been a pre-release available) ( #11613 )
2023-11-03 12:07:03 -07:00
Sean McManus
6d5e4c4114
Fix 'Extract to function' switching to the header. ( #11616 )
...
* Fix 'Extract to function' switching to the header.
2023-11-03 10:10:32 -07:00
Sean McManus
c26054a1a6
Update version ( #11606 )
2023-11-01 16:46:13 -07:00
Sean McManus
a20a3f2781
Update changelog for 1.18.1 ( #11604 )
2023-11-01 16:34:18 -07:00
Sean McManus
e7f5d1731d
Fix formatting bug with multiple changes. ( #11599 )
2023-11-01 14:07:29 -07:00
Sean McManus
16f6cf91c7
Change Extract to Function to name earlier. ( #11568 )
...
* Change Extract to Function to name earlier.
2023-10-31 11:56:52 -07:00
browntarik
45addfddb3
Add Missing Include Code Action ( #11488 )
...
* Add loc string and Add Missing Include handler
* Add AddMissingInclude Command and resolve lint
* Refactor codeActionProvider
* resolve formatting and append newline to includes
* Only apply new line to Add Missing Include
* Resolve lint issue
* Add new line specific to OS
* Resolve newline
2023-10-27 10:58:45 -07:00
Spencer Bloom
6f80226e88
Update walkthrough text for the customize debugging step. ( #11580 )
2023-10-25 14:56:11 -07:00
Spencer Bloom
8fbc56a688
Notify users if there's a pre-release version available. ( #11569 )
...
* Notify users if there's a pre-release version available
2023-10-24 16:10:21 -07:00
Bob Brown
fecfc08451
update changelog ( #11532 )
2023-10-16 11:30:46 -07:00
Sean McManus
62a03c2b21
Update changelog (2nd time) ( #11527 )
...
* Update changelog (2nd time).
2023-10-12 17:12:41 -07:00
Sean McManus
7273d6112b
Update changelog for 1.18.0 ( #11521 )
2023-10-12 14:37:41 -07:00
Michelle Matias
74bddb82e5
Reuse workflow for CI builds ( #11503 )
2023-10-11 18:40:01 -07:00
Sean McManus
4af6ca9db0
Extract to function ( #11467 )
...
* Extract to function.
2023-10-11 17:27:36 -07:00
Michelle Matias
7e4ee25c48
remove CreateDeclDefnCommandArguments ( #11517 )
2023-10-10 12:31:23 -07:00
Sean McManus
6da9a49652
Updates for clang-tidy 17.0.1 ( #11491 )
2023-10-10 12:09:32 -07:00
Michelle Matias
51d88dbb24
Increase timeout for E2E tests ( #11516 )
2023-10-09 16:12:47 -07:00
Michelle Matias
cd8ecf9060
Handle undefined environment variable ( #11480 )
2023-10-06 11:50:26 -07:00
Michelle Matias
ef04f022d2
Merge pull request #11366 from microsoft/dev/mimatias/r-17-5
...
1.17.5 merge
2023-08-25 13:53:11 -07:00
Michelle Matias
1efac2736a
1.17.5 changelog ( #11363 )
2023-08-25 13:50:58 -07:00
Colen Garoutte-Carson
9299e8df95
Disable AutoPCH early on platforms that don't support it ( #11362 )
2023-08-25 12:53:37 -07:00
Michelle Matias
97363a3e57
Reset FAR UI if no results returned ( #11359 )
2023-08-25 12:53:33 -07:00
Sean McManus
28d5715dd5
Merge pull request #11347 from microsoft/seanmcm/1_17_4_release
...
Three cherry-picks for 1.17.4
2023-08-21 11:29:08 -07:00
Sean McManus
8466888bc8
Update changelog and version for 1.17.4 ( #11340 )
...
* Update changelog and version for 1.17.4
* Add a missed entry.
2023-08-21 11:11:07 -07:00
Sean McManus
741e1ed78a
Fix crash called by missing IntelliSense loc strings. ( #11339 )
2023-08-21 11:10:55 -07:00
Garrett Serack
e02b0a33a6
Enqueue the call to sendDidOpen ( #11337 )
...
* enqueue the call to sendDidOpen
2023-08-21 11:10:42 -07:00
Colen Garoutte-Carson
47785c4f98
Merge pull request #11331 from microsoft/main
2023-08-16 18:16:18 -07:00