Commit Graph

23 Commits

Author SHA1 Message Date
Bryan Chen 6f1d87bfa4 upload source maps on release (#3416)
* generate source maps

* feat: add source map upload functionality to Azure Blob Storage

* feat: implement Azure CLI task for uploading source maps and update package.json

* feat: update source map upload process to include extension ID in CDN path

* Use template uploadSourceMaps instead of custom script

- Remove uploadSourceMaps.ts script (template handles upload now)
- Remove @azure/storage-blob dependency
- Remove upload-sourcemaps npm script
- Update pre-release.yml and release.yml to use template's uploadSourceMaps parameter

* Add processLocalization parameter to pre-release pipeline

- Allows skipping localization (GetEnglishStrings/PushEnglishStrings) for test runs
- Defaults to true to maintain existing behavior

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-04 00:47:39 +00:00
Ladislau Szomoru 00cc1f3ff3 Engineering - update pre-release schedule (#2996) 2026-01-20 09:50:36 +00:00
Ladislau Szomoru 1f58e6c753 Engineering - add pipeline option (#2845) 2026-01-14 10:06:49 +00:00
Don Jayamanne ffc1496612 Ensure version of node is in sync with that in vscode repo (#2706)
* Ensure version of node is in sync with that in vscode repo

* Update other verions
2026-01-05 21:10:20 +00:00
Matt Bierner 36e2cfc997 Run local eslint rules directly as typescript (#2312)
* Run local eslint rules directly as typescript

Remove the need to use `tsx`

* Bump required node version

Matches the version we use in vscode repo

* Align node versions

* Always use `/`

* Try fixing windows

* Try another fix for windows

* Fix new rule after merge
2025-12-05 17:29:11 +00:00
Christof Marti 8aaacb4574 Reenable macOS (#2110) 2025-11-20 14:43:00 +00:00
Christof Marti 896727389f Avoid build failure due to macos-13 deprecation (#1933) 2025-11-11 21:56:59 +00:00
Dirk Bäumer 43d1664c91 Add completions core tests to pre-release and release pipeline (#1652)
* Add completions core test to release and pre-release pipeline

* name -> script

* Use correct script
2025-10-27 10:41:59 +00:00
Kyle Cutler 0e5024fea8 Add new collaborators in PR cache check (#1582)
* Add new collaborators

* Re-add collaborators after merge
2025-10-24 15:30:14 +00:00
João Moreno 1a5a5f6d43 use live collaborators list (#1583)
alternative to #1582
2025-10-24 14:06:58 +00:00
kieferrm e03641355c Hello Copilot (#1493)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-10-22 12:19:15 +02:00
Christof Marti 1fa1cbaffd Nightly prerelease (#1467) 2025-10-21 15:40:59 +00:00
Christof Marti c926ff47f4 Add display names (#1460) 2025-10-21 10:02:02 +00:00
João Moreno e006e9eb54 use distro instead of implied auth token (#1302) 2025-10-13 15:46:55 +00:00
Benjamin Christopher Simmonds beb72d8aa0 remove --depth 1 from main branch too (#1209) 2025-10-01 12:42:13 +00:00
Christof Marti da801157c6 Fix chat-lib build (#854)
* Fix for Windows

* Windows paths

* All platforms

* bash
2025-08-31 19:04:14 +00:00
Christof Marti a35be0b3b2 Install Node.js 22.x (#849) 2025-08-30 20:22:55 +00:00
Ladislau Szomoru 768b9c3864 Chat - update pipeline template (#834) 2025-08-29 15:12:16 +00:00
Christof Marti 3b795b1e58 Extract @vscode/chat-lib (#807)
* Extract chat lib

* Extract chat lib

* Add test

* Get test working

* Simulate response

* Fix type issue

* Package

* Cleanup

* Tuck away workspace service

* Include package.json

* Ensure shim is used

* Include tiktoken files in package

* Update @vscode/copilot-api

* Ignore chat-lib
2025-08-29 14:41:27 +00:00
Alexandru Dima e408068c6a Ship completions code (#724)
* wip: clone copilot-client to src

* ok

* use fork of completions

* ok

* refactor: update pre-release pipeline to mixin completions core repo and clean up files

* add to gitignore

* add conditions

* move completions core commit to package.json

* GhostTextProvider behind exp

* update to latest completions core

* Add completions-core to ignore

* No need to remove esbuild.ts anymore

* update release yml

* No need to remove esbuild.ts

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
Co-authored-by: BeniBenj <besimmonds@microsoft.com>
2025-08-22 14:02:42 +00:00
Ladislau Szomoru 09f721961c Engineering - temporary fix for the collaborators check (#74) 2025-07-01 10:20:12 +00:00
João Moreno 4d5155221e fix pr check to use collaborators (#51) 2025-06-30 15:48:40 +00:00
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00