Sergio Ramirez
294a751210
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-23 13:55:35 -07:00
f6cc1fbd03
Cherry-picks and changelog update for 1.31.5 release ( #14393 )
...
* 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>
* 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.
* Update lodash. (#14350 )
* 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>
* 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] >
* 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>
* Update picomatch. (#14324 )
* Update brace-expansion v5. (#14325 )
* Update brace-expansion and serialize-javascript. (#14328 )
* 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>
* Update brace-expansion for other folders (#14333 )
* Update brace-expansion for other folders.
* Fix Reinstalling the Extension.md not being included. (#14390 )
* Update for 1.31.5.
* Fix typo in changelog.
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Raygoza <[email protected] >
2026-04-17 13:54:52 -07:00
Sean McManus
e0bd199546
Fix typo in changelog.
2026-04-17 13:50:32 -07:00
Sean McManus
bc914dc69c
Update for 1.31.5.
2026-04-17 13:42:38 -07:00
Sean McManus
b2f5c605c4
Fix Reinstalling the Extension.md not being included. ( #14390 )
2026-04-17 13:33:21 -07:00
Sean McManus
d41e14fd86
Update brace-expansion for other folders ( #14333 )
...
* Update brace-expansion for other folders.
2026-04-17 13:32:51 -07:00
dependabot[bot]
35c0fd37e2
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-04-17 13:32:27 -07:00
Sean McManus
99259bf194
Update brace-expansion and serialize-javascript. ( #14328 )
2026-04-17 13:32:04 -07:00
Sean McManus
10c1e1b606
Update brace-expansion v5. ( #14325 )
2026-04-17 13:31:37 -07:00
Sean McManus
fcdb6efbab
Update picomatch. ( #14324 )
2026-04-17 13:31:06 -07:00
dependabot[bot]
bd5f6c0462
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-04-17 13:30:35 -07:00
dependabot[bot] and Sean McManus
9c45e4d2bc
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-04-17 13:30:17 -07:00
dependabot[bot]
31f6b66e6b
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-04-17 13:29:57 -07:00
Sean McManus
4404bf76a7
Update lodash. ( #14350 )
2026-04-17 13:27:28 -07:00
David Raygoza
133896eb4c
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-17 13:26:21 -07:00
dependabot[bot]
376562ee75
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-17 13:25:03 -07:00
Sean McManus and dependabot[bot]
668b33c1e5
Cherry pick to resolve security warning ( #14388 )
...
* 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>
* 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>
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:40:35 -07:00
dependabot[bot]
6317e27e45
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-16 15:33:53 -07:00
dependabot[bot]
223a3e2cbe
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-16 15:33:10 -07:00
Sean McManus
5b000d939b
Merge pull request #14339 from microsoft/seanmcm/1_31_4_release
...
Update changelog for 1.31.4. (#14338 )
2026-03-31 15:19:40 -07:00
Sean McManus
b6b11027da
Update changelog for 1.31.4. ( #14338 )
2026-03-31 15:18:17 -07:00
Sean McManus
e22017f6df
Merge pull request #14315 from microsoft/seanmcm/1_31_3_release2
...
Merge for 1.31.3 (again)
2026-03-23 12:06:23 -07:00
Sean McManus
a2f6a72aed
Merge branch 'main' into seanmcm/1_31_3_release2
2026-03-23 12:04:48 -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
593ed07c56
Merge pull request #14300 from microsoft/seanmcm/1_31_1_release2
...
Merge for 1.31.3 (2nd time)
2026-03-19 11:16:39 -07:00
Sean McManus
40f7455acd
Merge branch 'main' into seanmcm/1_31_1_release2
2026-03-19 11:03:43 -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
adf4681ef8
Merge pull request #14291 from microsoft/seanmcm/1_31_3_release
...
Merge for 1.31.3
2026-03-17 14:13:30 -07:00
Sean McManus
a53dac8bef
Merge branch 'main' into seanmcm/1_31_3_release
2026-03-17 13:40:46 -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
04c60c288a
Merge branch 'main' into seanmcm/1_31_3_release
2026-03-17 13:06: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
fa71378712
Merge pull request #14252 from microsoft/seanmcm/updateRelease_1_31_1
...
Update release with 1.31.1 (to enable a release build for compliance checks)
2026-03-10 16:02:43 -07:00
Sean McManus
36a78e89e1
Merge branch 'main' into seanmcm/updateRelease_1_31_1
2026-03-10 14:13:04 -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
364ba2789c
Change the version to 1.30.5 to block publishing via skip-duplicate
2026-03-09 12:30:41 -07:00
Sean McManus
8d5fc737b1
Merge branch 'main' into seanmcm/updateRelease_1_31_1
2026-03-09 12:09:12 -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
1172405856
Merge pull request #14238 from microsoft/seanmcm/cherryPicka5d00e31230bdad1d171d1fd1421ac97fa77b275
...
Switch vsix packing to use Nuget.config (#14209 )
2026-03-04 16:55:47 -08:00
Sean McManus
b013b10b64
Switch vsix packing to use Nuget.config ( #14209 )
...
* Add a NuGet.config file
2026-03-04 15:38:01 -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
c6ff700da2
Update changelog for 1.30.5 ( #14171 ) ( #14172 )
...
* Update changelog for 1.30.5.
2026-02-06 15:13:39 -08:00
Sean McManus
936e7e3b15
Update changelog for 1.30.5 ( #14171 )
...
* Update changelog for 1.30.5.
2026-02-06 15:11:58 -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
e7e2e3983f
Merge pull request #14166 from microsoft/main
...
Update changelog and version for 1.30.4. (#14165 )
2026-02-03 11:28:43 -08:00
Sean McManus
19a86b5d2a
Update changelog and version for 1.30.4. ( #14165 )
2026-02-03 11:25:30 -08:00
Sean McManus
80a6d16f83
Merge pull request #14153 from microsoft/seanmcm/1_30_3_release
...
Merge for 1.30.3 (release)
2026-01-29 17:55:46 -08:00
Sean McManus
e5a976f229
Merge branch 'main' into seanmcm/1_30_3_release
2026-01-29 17:34:25 -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
70fbfd71e1
Merge pull request #14095 from microsoft/seanmcm/1_29_3_release
...
Cherry-picks for 1.29.3
2025-12-08 16:12:24 -08:00
Sean McManus
5b3b56c694
Update changelog for 1.29.3. ( #14093 )
...
* Update changelog for 1.29.3.
2025-12-08 15:22:01 -08:00
Bob Brown
777ff002f1
Don't require NETFXSDKDir for msvc environment test ( #14088 )
2025-12-08 15:21:24 -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
Bob Brown
8de8679b3e
Merge pull request #14075 from microsoft/revert-14074-fix/comment-continuation-pattern
...
Revert "Fix custom comment continuation for multiple follow-up lines"
2025-12-02 18:49:08 +00:00
Bob Brown
e02269ba89
Revert "Fix custom comment continuation for multiple follow-up lines ( #14074 )"
...
This reverts commit 7852d4587c .
2025-12-02 10:03:40 -08:00
dinhtam2c
7852d4587c
Fix custom comment continuation for multiple follow-up lines ( #14074 )
2025-12-02 09:57:50 -08:00
a1cb1d8bec
Merge for 1.29.2 ( #14072 )
...
* put standard library file associations in package.json (#14002 )
* Fix incorrect comma in settings string. (#14005 )
* Update IntelliSense strings (translations are available yet). (#14020 )
* Enable setting the VS dev environment without running from Dev Command Prompt (#13571 )
* For VS 18.0 and above, use "Insiders" instead of "Preview" (#14022 )
* Adding telemetry for devcmd environment usage (#14023 )
* Update changelog and version for 1.29.0. (#14028 )
* Update changelog and version for 1.29.0.
* Update TPN. (#14029 )
* Update changelog (2nd time). (#14032 )
* Update IntelliSense loc strings. (#14038 )
* Update localization (#14039 )
* Localization - Translated Strings
* Some fixes.
* Remove \t.
---------
Co-authored-by: csigs <[email protected] >
* Update the msvc version to 1950. (#14042 )
* Retry build files task in cg.yml (#14043 )
* Retry build files.
* Update changelog for 1.29.1. (#14058 )
* 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>
* Update js-yaml for github actions. (#14061 )
* Fix typo "no_suitable_complier" in nativeStrings.json (#14064 )
* Update changelog and verison for 1.29.2. (#14070 )
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Bob Brown <[email protected] >
Co-authored-by: csigs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dhruvil Shah <[email protected] >
2025-12-01 18:13:44 -08:00
Sean McManus
e10273d4a5
Merge branch 'main' into seanmcm/1_29_2_release
2025-12-01 17:21:30 -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
0ae864f1d7
Merge pull request #14003 from microsoft/main
...
Merge for 1.28.3 (release)
2025-10-15 11:59:21 -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
58e66e8aac
Merge pull request #13992 from microsoft/main
...
Merge for 1.28.2
2025-10-10 11:42:29 -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
cf11bb5666
Merge pull request #13944 from microsoft/seanmcm/1_27_7_release
...
Merge for 1.27.7
2025-09-17 15:54:37 -07:00
Sean McManus
777af10222
Fix bad merge.
2025-09-17 15:39:28 -07:00
Sean McManus
ca3dcdbc8f
Merge branch 'main' into seanmcm/1_27_7_release
2025-09-17 15:36:38 -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
Sean McManus
ff2fb7eb65
Merge pull request #13919 from microsoft/seanmcm/1_26_5_release
...
Cherry-pick for 1.26.5
2025-09-10 09:01:57 -07:00
Sean McManus
a1fa61e73f
Update changelog and version for 1.26.5.
2025-09-10 08:43:37 -07:00
Dirk Bäumer
42f7302d6b
Wait maximum 3 seconds for the Copilot chat extension to activate. ( #13918 )
2025-09-10 08:36:00 -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
Sean McManus
af326bd298
Merge pull request #13900 from microsoft/seanmcm/1_26_4_release
...
1.26.4 release
2025-09-05 16:16:37 -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
b50bf604fd
Remove / from the message since it seems to cause it to be dropped. ( #13899 )
2025-09-05 09:56:16 -07:00
Sean McManus
f4f3d8ca8b
Add more state info to cpptools crash logging. ( #13888 )
...
* Add more state info to cpptools crash logging.
2025-09-05 09:55:45 -07:00
Sean McManus
303b838a41
Update changelog and version for 1.26.4
2025-09-05 04:34:59 -07:00
Dirk Bäumer
36cea36784
Register the CPP context provider with Copilot Chat as well. ( #13877 )
...
* Register context provider API with copilot chat as well.
2025-09-05 04:34:28 -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
e4f859dd56
Merge pull request #13718 from microsoft/main
...
Merge for 1.26.3 release
2025-06-18 19:14:47 -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
Sean McManus
97c5f14bd5
Merge pull request #13563 from microsoft/main
...
Merge for 1.25.3
2025-04-28 15:03:26 -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
c4003c07e8
Merge pull request #13451 from microsoft/main
...
Merge for 1.24.5 (release)
2025-04-02 12:39:30 -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
Sean McManus
c27806e763
Merge pull request #13430 from microsoft/main
...
Merge for 1.24.x (2nd time)
2025-03-26 14:20:24 -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
7cfb2d3316
Merge pull request #13423 from microsoft/seanmcm/1_24_x_release
...
Merge for 1.24.x
2025-03-26 11:09:49 -07:00
Sean McManus
9a03b747c6
Fix incorrect diffs in the branch.
2025-03-25 17:21:16 -07:00
Sean McManus
989cee4414
Merge branch 'main' into seanmcm/1_24_x_release
2025-03-25 16:59:59 -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
c357224407
Merge pull request #13245 from microsoft/seanmcm/1_23_6_release
...
Cherry-picks for 1.23.6
2025-02-06 11:51:34 -08:00
Sean McManus
a636c87f3e
Update changelog for 1.23.6 ( #13244 )
...
* Update changelog and version.
2025-02-06 11:26:32 -08:00
Garrett Serack
471cdfecf8
don't abort instantly, keep searching ( #13243 )
2025-02-06 11:25:58 -08:00
Sean McManus
97128122b0
Fix Select IntelliSense Configuration regression. ( #13224 )
2025-02-06 11:21:39 -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
006ebff619
Merge pull request #13211 from microsoft/seanmcm/1_23_5_release
...
Merge insiders to release (with cherry-picks from main) for 1.23.5
2025-01-28 13:20:36 -08:00
Sean McManus
1458694ed6
Fix incorrect merge.
2025-01-28 12:09:47 -08:00
Sean McManus
896024ba9c
Update changelog and version for 1.23.5. ( #13208 )
...
* Update changelog and version for 1.23.5.
2025-01-28 12:07:40 -08:00
Sean McManus
779bb080c1
Fix an undefined access when an edit is done before cpptools starts ( #13206 )
...
* Fix an undefined access.
2025-01-28 12:07:29 -08:00
Sean McManus
97df273fc1
Fix Call Hierarchy Calls From. ( #13201 )
2025-01-28 12:07:18 -08:00
dependabot[bot]
7037b070ce
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-28 12:06:58 -08:00
Sean McManus
205e63772c
Merge branch 'insiders' into seanmcm/1_23_5_release
2025-01-28 12:06:48 -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
e7dff799fd
Merge pull request #13179 from microsoft/seanmcm/1_23_4_cherrypicks2
...
More cherry picks for 1.23.4
2025-01-21 16:31:21 -08:00
Sean McManus
ec41c3e481
Add a changelog entry. ( #13177 )
2025-01-21 16:30:13 -08:00
Sean McManus
1aa24fe51f
Add a changelog entry. ( #13177 )
2025-01-21 16:29:29 -08:00
[email protected]
71cf89ce70
[Auto] Localization - Translated Strings ( #13027 )
2025-01-21 16:14:44 -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
f7863066f3
Merge pull request #13168 from microsoft/seanmcm/cherryPick1_23_4
...
Cherry-pick for 1.23.4
2025-01-17 18:21:21 -08:00
Sean McManus
0c2862c379
Update changelog for 1.23.4 (3rd time) ( #13164 )
...
* Update changelog (3rd time).
* Minor TPN changes.
2025-01-17 18:13:23 -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
6026c84c6f
Merge pull request #13163 from microsoft/main
...
Merge for 1.23.4 (2nd time)
2025-01-16 10:46:23 -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
e3ee2ee76a
Merge pull request #13156 from microsoft/main
...
Merge for 1.23.4 (pre-release)
2025-01-15 15:44:30 -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
ff1cd88466
Merge pull request #13136 from microsoft/main
...
Merge for 1.23.3 (pre-release)
2025-01-08 14:04:36 -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
98696368f4
Merge pull request #13025 from microsoft/main
2024-12-05 12:45:31 -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
Sean McManus
99d98afcec
Merge pull request #13021 from microsoft/main
...
Merge to insiders for 1.23.2
2024-12-04 20:04:33 -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
784f1450c0
Merge pull request #12939 from microsoft/main
...
Update changelog. (#12938 )
2024-11-06 13:56:23 -08:00
Sean McManus
c9cae0b8c0
Update changelog. ( #12938 )
2024-11-06 12:43:56 -08:00
Sean McManus
7d26dd1c4f
Merge pull request #12932 from microsoft/main
...
Merge for 1.23.1
2024-11-05 17:29:22 -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
Sean McManus
37950ffb2d
Merge pull request #12930 from microsoft/seanmcm/1_22_11_release
...
Cherry-pick and version and changelog update for 1.22.11
2024-11-05 15:05:32 -08:00
Sean McManus
23b0672837
Cherry-pick and update version and changelog for 1.22.11.
2024-11-05 14:44:40 -08:00
Colen Garoutte-Carson
7bafd64cfe
Fix processing of bools and numbers in editorConfig files ( #12923 )
2024-11-05 14:35:27 -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
381d69646b
Merge pull request #12900 from microsoft/main
...
Merge for 1.23.0 (2nd time)
2024-10-29 13:02:21 -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
bfa36bc662
Merge pull request #12886 from microsoft/main
...
Merge for 1.23.0 (2nd time)
2024-10-24 16:59:12 -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
Sean McManus
5cbe83ec44
Merge pull request #12877 from microsoft/main
...
Preliminary merge for 1.23.0
2024-10-22 17:02:44 -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
Sean McManus
dead10ac8a
Merge pull request #12870 from microsoft/seanmcm/1_22_10_release
...
Cherry-picks for 1.22.10
2024-10-21 14:00:18 -07:00
Colen Garoutte-Carson
ce20613f24
Update changelog for 1.22.10 ( #12852 )
2024-10-21 12:51:56 -07:00
Ben McMorran
86c6c10f18
React to lmTools API breaking changes ( #12866 )
2024-10-21 12:50:06 -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
Sean McManus
db6e0cb5cf
Merge pull request #12839 from microsoft/seanmcm/1_22_9_update
...
Last minute updates for 1.22.9
2024-10-14 12:09:27 -07:00
Sean McManus
f9e067f5d1
Last minute updates for 1.22.9.
2024-10-14 12:05:29 -07:00
Ben McMorran
b137df0bcd
React to breaking changes in lmTools API ( #12838 )
2024-10-14 12:04:56 -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
827db55084
Merge pull request #12827 from microsoft/seanmcm/1_22_9_release
...
Merge for 1.22.9
2024-10-10 11:46:03 -07:00
Sean McManus
8a2324daaa
Merge branch 'main' into seanmcm/1_22_9_release
2024-10-09 14:34:08 -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
d41ccfd497
Merge pull request #12818 from microsoft/main
2024-10-07 18:05:23 -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
bdd3541f28
Merge branch 'main' into seanmcm/1_22_8_release
2024-10-04 15:07:46 -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
c8b7f13c1a
Merge pull request #12791 from microsoft/main
...
Merge for 1.22.7
2024-09-30 16:12:32 -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
8d0d3601a7
Merge pull request #12770 from microsoft/main
2024-09-25 15:46:38 -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
e9613ae7ad
Merge pull request #12764 from microsoft/main
...
Merge for 1.22.5
2024-09-24 16:55:39 -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
3570705b5c
Merge pull request #12742 from microsoft/main
2024-09-19 16:12:27 -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
096b1463a6
Merge pull request #12740 from microsoft/main
2024-09-19 15:32:11 -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
812318163d
Merge pull request #12738 from microsoft/main
2024-09-19 15:04:30 -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
225b776d99
Merge pull request #12734 from microsoft/main
2024-09-18 14:30:06 -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
12d95f4708
Merge pull request #12707 from microsoft/main
2024-09-12 12:23:00 -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
317df57496
Merge pull request #12658 from microsoft/main
...
Merge for 1.22.2
2024-08-29 19:31:09 -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
f63c3652f8
Merge pull request #12654 from microsoft/main
...
Merge for 1.22.1
2024-08-29 13:36:59 -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
5d62607760
Merge pull request #12633 from microsoft/main
...
Merge for 1.22.0 (2nd time)
2024-08-26 15:23:50 -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
26d0932972
Merge pull request #12610 from microsoft/main
...
Merge for 1.22.0 (pre-release)
2024-08-21 14:05:26 -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
3cc2650dfa
Merge pull request #12538 from microsoft/seanmcm/1_21_6_release
...
Update changelog and version for 1.21.6
2024-08-05 09:27:22 -07:00
Sean McManus
fdf9b5bfe0
Update changelog and version for 1.21.6
2024-08-02 18:31:39 -07:00
Sean McManus
fdd71bc963
Merge pull request #12531 from microsoft/seanmcm/1_21_5_release
...
Update for 1.21.5.
2024-07-30 22:09:55 -07:00
Sean McManus
b768a5440a
Update for 1.21.5. ( #12530 )
2024-07-30 22:09:47 -07:00
Sean McManus
1d266a9c0e
Update for 1.21.5.
2024-07-30 20:09:13 -07:00
Sean McManus
570862bf64
Update TPN for 1.21.4 ( #12518 )
2024-07-25 15:17:27 -07:00
Sean McManus
f818529a08
Merge pull request #12517 from microsoft/seanmcm/1_21_4_release
...
Merge for 1.21.4
2024-07-25 15:13:50 -07:00
Sean McManus
41a05a90c8
Update TPN for 1.21.4
2024-07-25 15:09:54 -07:00
Sean McManus
e59c6ca759
Go back to supporting VS Code 1.67.0 instead of 1.82.0.
2024-07-25 14:53:37 -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
287ee3961b
Merge pull request #12500 from microsoft/seanmcm/1_21_3_release
...
Update changelog and version for 1.21.3. (#12499 )
2024-07-23 19:33:36 -07:00
Sean McManus
8a8fd883ac
Update changelog and version for 1.21.3. ( #12499 )
2024-07-23 19:32:29 -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
Sean McManus
4fe56500a9
Merge pull request #12474 from microsoft/seanmcm/1_21_2_release
...
Merge for 1.21.2
2024-07-17 18:13:02 -07:00
Sean McManus
03911153f9
Update date.
2024-07-17 15:42:14 -07:00
Sean McManus
acea31e572
Minor update.
2024-07-12 15:58:18 -07:00
Sean McManus
bf21e01764
Update
2024-07-12 12:25:35 -07:00
Sean McManus
30f1361d23
Merge branch 'main' into seanmcm/1_21_2_release
2024-07-12 12:01:21 -07:00
Sean McManus
825033f768
Merge pull request #12467 from microsoft/main
...
Merge for 1.21.1 (pre-release)
2024-07-12 11:50:25 -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
d8426caacc
Merge pull request #12389 from microsoft/main
...
Fix crash from loc message mismatch. (#12388 )
2024-06-17 14:36:02 -07:00
Sean McManus
0061da69af
Fix crash from loc message mismatch. ( #12388 )
2024-06-17 14:29:25 -07:00
Sean McManus
8942530744
Merge pull request #12386 from microsoft/main
...
Update changelog date. (#12385 )
2024-06-17 11:03:29 -07:00
Sean McManus
fced3fbd17
Update changelog date. ( #12385 )
2024-06-17 11:00:01 -07:00
Sean McManus
e663939e56
Merge pull request #12374 from microsoft/seanmcm/1_21_0_insiders
...
Merge for 1.21.0
2024-06-13 19:22:14 -07:00
Sean McManus
1fb5b63ab7
Merge branch 'main' into seanmcm/1_21_0_insiders
2024-06-13 14:47:55 -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
Sean McManus
03933b0a74
Merge pull request #12277 from microsoft/seanmcm/1_20_5_release
...
Merge for 1.20.5
2024-05-07 20:26:45 -07:00
[email protected]
fc8eb8632f
[Auto] Localization - Translated Strings ( #12236 )
2024-05-03 16:06:02 -07:00
[email protected]
cf2ea08800
[Auto] Localization - Translated Strings ( #12236 )
2024-05-03 15:33:13 -07:00
Sean McManus
f6722bc8ff
Update version and changelog for 1.20.5 ( #12264 )
...
* Update version and changelog for 1.20.5
2024-05-03 15:30:48 -07:00
Sean McManus
894db52405
Fix macOS version check. ( #12276 )
2024-05-03 15:29:46 -07:00
Sean McManus
abf384619d
Merge branch 'insiders' into seanmcm/1_20_5_release
2024-05-03 15:29:34 -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
fd482d2169
Merge pull request #12274 from microsoft/seanmcm/1_20_4_cherrypick
...
Updates for 1.20.4 (#12273 )
2024-05-02 11:16:42 -07:00
Sean McManus
2fafd831e5
Updates for 1.20.4 ( #12273 )
...
* Don't use the crash handler on macOS < 19.
* Update version and changelog.
2024-05-02 10:14:49 -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
1ceae9d4ed
Merge pull request #12266 from microsoft/seanmcm/1_20_3_cherryPicks
...
Cherry-picks for 1.20.3
2024-04-30 16:18:52 -07:00
Sean McManus
d4d5d4551f
Update version and changelog for 1.20.3 ( #12245 )
...
* Update version and changelog for 1.20.3
2024-04-30 13:11:53 -07:00
Sean McManus
0ef77b5616
Improvements to crash call stack logging. ( #12247 )
...
* Updates to crash call stack logging.
* Move crash logging to its own channel.
2024-04-30 13:11:10 -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
efdc8e90f6
Merge pull request #12235 from microsoft/seanmcm/1_20_2_cherryPicks2
...
Cherry-picks for 1.20.2
2024-04-19 17:17:01 -07:00
Sean McManus
9f020e9258
Update changelog for 1.20.2 (2nd time) ( #12228 )
...
* Update changelog
2024-04-19 16:57:13 -07:00
Bob Brown
c058568767
rename the property again ( #12233 )
...
* rename the property again
* fail
2024-04-19 16:57:00 -07:00
browntarik
8809e69e91
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 16:56:46 -07:00
Sean McManus
7af5c40dd0
Handle multiple cpptools-srv crashes. ( #12225 )
2024-04-19 16:56:33 -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
1d2bd10691
Merge pull request #12223 from microsoft/main
...
Fix SettingsTracking treating numerical loggingLevel as invalid. (#12…
2024-04-18 15:11:30 -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
dac96fe852
Merge pull request #12209 from microsoft/main
...
Merge for 1.20.2
2024-04-16 18:43:48 -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
Sean McManus
a1487e5e79
Merge pull request #12185 from microsoft/main
...
Merge for 1.20.1
2024-04-09 17:07:29 -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
6f19496172
Merge pull request #12138 from microsoft/main
...
Merge for 1.20.0
2024-03-26 14:12:18 -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
ad5d6de4ea
Merge pull request #12123 from microsoft/coleng/cherry_pick_1.19.9.x2
2024-03-19 16:40:47 -07:00
Colen Garoutte-Carson
153e232f2d
Update changelog for 1.19.9 again ( #12122 )
2024-03-19 16:16:21 -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
bcd4a7f025
Merge pull request #12118 from microsoft/coleng/cherry_pick_1.19.9
2024-03-18 15:00:41 -07:00
Colen Garoutte-Carson
3c3d463a81
Update changelog 1.19.9 ( #12117 )
2024-03-18 13:22:40 -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
92691929ed
Merge pull request #12100 from microsoft/coleng/merge_release_1.19.8.try2
2024-03-13 17:16:25 -07:00
Colen Garoutte-Carson
86a41c9021
Update changelog for 1.19.8 again ( #12099 )
2024-03-13 17:12:21 -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
a71c90c140
Merge pull request #12093 from microsoft/coleng/cherry_pick_1.19.8
2024-03-12 19:16:35 -07:00
Colen Garoutte-Carson
1d28851ef7
Update changelog for 1.19.8 ( #12092 )
2024-03-12 19:11:20 -07: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
Colen Garoutte-Carson
1aced54699
Merge pull request #12090 from microsoft/coleng/cherry_pick_3_11_2024
2024-03-11 14:17:04 -07:00
Bob Brown
a8cf39c8b4
Prevent the status bar from updating too quickly ( #12088 )
2024-03-11 13:32:50 -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
e037b95926
Merge pull request #12087 from microsoft/coleng/cherry_pick_to_release_again
2024-03-08 15:09:53 -08:00
Colen Garoutte-Carson
af7f6ce52e
Update changelog again for 1.19.7 ( #12086 )
2024-03-08 15:01:37 -08:00
Colen Garoutte-Carson
3bbc6716ad
Update changelog again for 1.19.7 ( #12086 )
2024-03-08 15:00:40 -08:00
Colen Garoutte-Carson
9a18982440
Merge pull request #12083 from microsoft/coleng/cherry_pick_release_1.19.7
2024-03-08 11:09:55 -08:00
Colen Garoutte-Carson
35bf4c8b0f
Update changelog for 1.19.7 ( #12081 )
2024-03-08 10:32:50 -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
23446558cf
Merge pull request #12065 from microsoft/main
2024-03-05 18:22:19 -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
Colen Garoutte-Carson
76ccb791ff
Merge pull request #11947 from microsoft/main
2024-02-09 17:16:17 -08:00
Colen Garoutte-Carson
a5a5735089
Merge pull request #11942 from microsoft/main
2024-02-08 17:07:45 -08:00
Sean McManus
5077edf585
Merge pull request #11886 from microsoft/main
...
Merge for 1.19.2 (2nd time)
2024-01-19 18:08:55 -08:00
Colen Garoutte-Carson
f38926f8b1
Merge pull request #11874 from microsoft/main
2024-01-16 17:41:23 -08:00
Sean McManus
30de9bcc27
Merge pull request #11725 from microsoft/main
...
Update for 1.19.1 (#11724 )
2023-11-21 17:12:17 -08:00
Sean McManus
100e2e0828
Merge pull request #11699 from microsoft/main
...
Merge for 1.19.0
2023-11-16 18:39:02 -08:00
Sean McManus
e3b41771c6
Merge pull request #11639 from microsoft/main
...
Merge for 1.18.2 (2nd time)
2023-11-08 12:34:50 -08:00
Sean McManus
3f7f3090f6
Merge pull request #11633 from microsoft/main
...
Merge for 1.18.2
2023-11-07 15:59:34 -08:00
Sean McManus
4149493f2c
Merge pull request #11607 from microsoft/main
...
Merge for 1.18.1
2023-11-01 17:55:01 -07:00
Sean McManus
43aad3f65c
Merge pull request #11528 from microsoft/main
...
Update changelog (2nd time) (#11527 )
2023-10-12 17:21:18 -07:00
Sean McManus
bedcacb0a1
Merge pull request #11526 from microsoft/main
...
Merge for 1.18.0
2023-10-12 14:58:49 -07:00
Sean McManus
a5f8f84b43
Merge pull request #11303 from microsoft/main
...
Merge for 1.17.1
2023-08-08 17:51:04 -07:00
Sean McManus
e53b190380
Merge pull request #11253 from microsoft/main
...
Merge (again) for 1.17.0
2023-07-26 16:56:43 -07:00
Michelle Matias
1846fd4001
Merge pull request #11250 from microsoft/main
2023-07-26 14:15:17 -07:00
Colen Garoutte-Carson
62e09945e3
Merge pull request #11241 from microsoft/main
2023-07-24 17:32:28 -07:00
Michelle Matias
c9b0db02fd
Merge pull request #11230 from microsoft/main
...
Merge 1.17.0
2023-07-21 14:08:21 -07:00
Michelle Matias
51da619eec
Merge pull request #11099 from microsoft/main
...
1.16.1 pre-release
2023-06-15 21:19:13 -07:00
Michelle Matias
3eb50568e9
Merge pull request #10986 from microsoft/main
...
[Auto] Localization - Translated Strings (#10889 )
2023-05-22 13:53:52 -07:00
Michelle Matias
866b145645
Merge pull request #10975 from microsoft/main
...
1.16.0 pre-release
2023-05-19 15:52:02 -07:00
Sean McManus
9762fe5397
Merge pull request #10862 from microsoft/main
...
Merge for 1.15.3 (2nd time)
2023-04-21 19:00:16 -07:00
Sean McManus
377896c30a
Merge pull request #10846 from microsoft/main
...
Merge for 1.15.3
2023-04-20 18:55:05 -07:00
Michelle Matias
98f13a6f11
Merge pull request #10815 from microsoft/main
...
Don't put the compiler selection in the global settings if using the …
2023-04-12 17:57:26 -07:00
Michelle Matias
0d85aea687
Merge pull request #10813 from microsoft/main
...
Revert walkthrough doc links until walkthrough is published (#10812 )
2023-04-12 15:51:05 -07:00
Sean McManus
25d2b76514
Merge pull request #10811 from microsoft/main
...
Merge for 1.15.2
2023-04-12 11:03:43 -07:00
Sean McManus
42dfef3f6b
Merge pull request #10728 from microsoft/main
...
Merge for 1.15.1
2023-03-22 11:43:15 -07:00
Sean McManus
1ce1e9cd71
Merge pull request #10716 from microsoft/main
...
Update changelog for 1.15.1. (#10708 )
2023-03-21 09:53:45 -07:00
Sean McManus
65163966d5
Merge pull request #10679 from microsoft/main
...
Merge for 1.15.0
2023-03-15 17:17:35 -07:00
Sean McManus
edf8e0a155
Merge pull request #10504 from microsoft/main
...
Merge for 1.14.2 (2nd time)
2023-02-09 16:30:37 -08:00
Sean McManus
4083075476
Merge pull request #10501 from microsoft/main
...
Merge for 1.14.2
2023-02-09 14:26:59 -08:00
Michelle Matias
b745ebc218
Merge pull request #10453 from microsoft/main
...
1.14.1 pre-release merge
2023-02-01 14:29:00 -08:00
Michelle Matias
b69d17a0f5
Merge pull request #10378 from microsoft/seanmcm/1_14_0_insiders
...
Merge for 1.14.0
2023-01-11 20:00:38 -08:00
Sean McManus
be8b6fb693
Merge branch 'main' into seanmcm/1_14_0_insiders
2023-01-11 19:07:54 -08:00