Commit Graph

131789 Commits

Author SHA1 Message Date
Robo d1d0260ab8 chore: bump electron@34.4.0 (#245227)
* chore: bump electron@34.4.0

* temp: update distro

* chore: bump distro
2025-04-01 15:09:24 +02:00
Benjamin Pasero e7fe3ea375 chat - adopt copilot-unavailable (#245238) 2025-04-01 14:58:17 +02:00
nakamura e5f20e7f04 tooltip text of close button is internationalized (#245190) 2025-04-01 12:51:15 +00:00
Robo 01bf9370ee Revert "chore: pass webviewID with initial version message to sw" (#245234)
Revert "chore: pass webviewID with initial version message to sw (#244910)"

This reverts commit 19193264bd.
2025-04-01 21:47:14 +09:00
Lee Murray e65f1e7b2a feat: add 'copilot-unavailable' icon to codicons library (#245236)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
2025-04-01 14:27:07 +02:00
Johannes Rieken e2f7bf3a6e Merge pull request #245216 from microsoft/joh/noble-guanaco
clean up working set remains
2025-04-01 12:49:36 +02:00
Johannes Rieken 95939ffaf6 Merge pull request #237450 from tmm1/tmm1/build-improvements
tsb: small build improvements
2025-04-01 12:30:55 +02:00
Johannes Rieken b8cdd08a18 prepare for init order changes in terminalTypeAheadAddon.ts (#245228)
fyi @Tyriar

https://github.com/microsoft/vscode/issues/243049
2025-04-01 12:29:49 +02:00
Robo b884be3c04 chore: cleanup macOS 10.15 eol warning (#245231) 2025-04-01 12:29:19 +02:00
Johannes Rieken 938caeaa2f Merge branch 'main' into tmm1/build-improvements 2025-04-01 11:59:57 +02:00
Johannes 8db7ee64cc document entry cannot assume it's always back by something on disk 2025-04-01 11:48:22 +02:00
Johannes Rieken 15260e72ae ESM for extensions (#245214)
* allow import('vscode') from extensions

* polish and caching of import-script-urls

* support esm for extension tests

* 💄

* make layers check happy

* Revert "make layers check happy"

This reverts commit eac62a4ca4.

* make layers check happy
2025-04-01 09:08:33 +00:00
Johannes c00cf036f1 more workingSet removal 2025-04-01 10:50:57 +02:00
Johannes c27f01a839 clean up working set remains 2025-04-01 10:42:04 +02:00
Henning Dieterichs 13cf8e47af Introduces code-no-deep-import-of-internal (#245143)
* Introduces code-no-deep-import-of-internal
2025-04-01 10:23:29 +02:00
Benjamin Pasero 3448a524eb chat - actions support for status headers (#245203)
* chat - actions support for status headers

* .

* .

* .
2025-04-01 07:39:55 +00:00
Tyler James Leonhardt 5a1c0842c1 Render multiple URLs in a drop down (#245196)
Fixes https://github.com/microsoft/vscode-copilot/issues/15049
2025-04-01 07:42:28 +02:00
Don Jayamanne e1dd7f3167 Reveal chat view when attaching output (#245191) 2025-03-31 21:24:11 -07:00
Connor Peet 966a672107 testing/debug: cleanup property initialisation order changes (#245186)
Refs #243049
2025-04-01 01:19:15 +02:00
Connor Peet d13d387c14 chat: ensure we have just pushEdits when handling edits (#245183)
Fixes #242854
2025-04-01 01:18:49 +02:00
Matt Bierner a1eae4f033 Merge pull request #245181 from mjbvz/yielding-raccoon
Add commands to quickly switch between svg preview and text
2025-03-31 16:09:29 -07:00
Justin Chen 723ff57f90 use layout service so we are properly computing the container (#245185)
change to use layout service so we are properly computing the container
2025-03-31 23:59:25 +02:00
Matt Bierner aff215bb21 Merge pull request #245184 from mjbvz/grim-louse
Fix possible leak for webview views
2025-03-31 14:55:20 -07:00
Peng Lyu dd8116cf73 Debt: clean up find widget nofitication. (#245182) 2025-03-31 23:53:49 +02:00
Matt Bierner 8b59de2038 Fix possible leak for webview views
Fixes #243738
2025-03-31 14:41:42 -07:00
Matt Bierner f2513b5ea7 Add commands to quickly switch between svg preview and text
Fixes #245180
2025-03-31 14:36:59 -07:00
Megan Rogge 2958ac85da add code-tunnel tests (#245167) 2025-03-31 23:09:30 +02:00
Connor Peet df90629891 debug: fix one case of debug session leaks (#245174)
Fixes #244368 (probably)
2025-03-31 23:03:49 +02:00
Connor Peet 717f9c6e9a mcp: cleanup chat.mcp.enabled handling for extensions (#245171)
Fixes #244841
2025-03-31 22:46:02 +02:00
Megan Rogge d0cfc898e8 ensure spec descriptions come through (#245159) 2025-03-31 16:35:06 -04:00
Matt Bierner b922a896be Merge pull request #245170 from mjbvz/vitreous-tuna
Run `npm audit fix`
2025-03-31 13:23:45 -07:00
Benjamin Pasero e07e174e3b chat - update status based on language changes too (#245166) 2025-03-31 15:09:22 -05:00
Matt Bierner 83585ca3c1 Run npm audit fix 2025-03-31 13:05:00 -07:00
Connor Peet 6228ee6375 mcp: order extension host delegates to avoid unnecessary CORS errors (#245165)
Cherry-picks #245163
2025-03-31 21:07:22 +02:00
Josh Spicer 81d9beacdf bump policy-watcher to 1.3.1 (#245160)
bump policy-watcher to 1.3.1 (fix https://github.com/microsoft/vscode/issues/244997)
2025-03-31 20:44:14 +02:00
Henning Dieterichs c54bb3df3a Adresses #244651 2025-03-31 20:05:50 +02:00
Megan Rogge b14084a1ce update code-tunnel spec description (#245156)
fix #244922
2025-03-31 20:04:44 +02:00
Matt Bierner d49d8f046a Merge pull request #225145 from mjbvz/hidden-spider
Enable `noUncheckedSideEffectImports`
2025-03-31 11:03:17 -07:00
Megan Rogge 2530e65fff add cgmanifest.json to vscodeignore for terminal suggest (#245154)
fix #243973
2025-03-31 19:59:34 +02:00
Megan Rogge 15d0eb240f alert with language model, chat mode when it changes (#245150)
fixes #245135
fixes #245136
2025-03-31 10:53:20 -07:00
Raymond Zhao ae79c2c6b9 chore: bump tar-fs (#245142) 2025-03-31 18:45:06 +02:00
Sandeep Somavarapu 1af7f37fcd trust the header value for telemetry (#245139) 2025-03-31 17:30:26 +02:00
Ladislau Szomoru e09d79667b Engineering - switch over to the new build agents (#244964)
* Engineering - switch CLI stage agents

* Update the macOS stage

* Comment out policy generation to unblock

* ensure node modules cache takes agent's arch into account

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-03-31 16:56:23 +02:00
Benjamin Pasero 99b0b5b108 progress - clarify handling of taskCompleted (#245134) 2025-03-31 16:53:38 +02:00
Megan Rogge 13e3308f69 make sure to wait for task start before firing problem matcher started event (#245013) 2025-03-31 10:49:42 -04:00
Raymond Zhao 5b2f75a7d2 chore: scan parcel/watcher again (#245014) 2025-03-31 07:46:41 -07:00
Benjamin Pasero a0919c232b Goto definition on a chat response symbol fails (fix #245132) (#245133) 2025-03-31 16:27:55 +02:00
Benjamin Pasero a6bbb30336 status - tweak margins for compact entries (#245131) 2025-03-31 16:21:52 +02:00
Benjamin Pasero c533b47c99 chat - improve request forwarding from setup (#244854) 2025-03-31 16:04:38 +02:00
dependabot[bot] 43cc5f3c37 Bump tar-fs from 2.1.1 to 2.1.2 in /remote (#245116)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 14:20:27 +02:00