Commit Graph
7 Commits
Author SHA1 Message Date
Dirk Bäumer 45b1b2311a Include completions core test during PR build (#1584)
* Include completions core test during PR build

* Implement a FakeCopilotTokenManager to run completions core test without a GitHub token

* Small naming fix

* Run tests also under Windows

* Fix running Windows tests
2025-10-27 10:01:26 +00:00
Peng Lyu 3a03b2ac67 fix copilot-setup-steps (#1198) 2025-09-30 21:25:21 +00:00
6793ae80ce Add GitHub Actions workflow for Copilot setup steps (#993)
* Initial plan

* Add Node.js version checking and enhanced Copilot setup instructions

Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>

* Add .github/workflows/copilot-setup-steps.yml for Copilot agent environment setup

Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>

* Remove all changes except copilot-setup-steps.yml as requested

Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>

* Upgrade GitHub Actions runner to ubuntu-latest-4-cores for better performance

Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>

* upgrade to larger runners

* fix workflow dispatch

* fix dependencies build.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2025-09-23 23:39:34 +00:00
Joel Verhagen 05e64e6d69 Use .NET SDK to search for NuGet packages, emit events, add tests for all package types (#546)
* Extract server.json from NuGet package during assisted install

* Use .NET CLI as much as possible

* Add tests, use GitHub Actions for .NET setup

* Localize user facing strings

* Update src/extension/mcp/vscode-node/nuget.ts

* Update src/extension/mcp/vscode-node/commands.ts

* switch to enum

* Use IFetcherService for npm, PyPI, and Docker Hub, use local package source for NuGet
2025-08-13 17:04:03 +00:00
Ladislau Szomoru dbdd2174cd Engineering - fix action (#239) 2025-07-14 18:45:29 +00:00
João Moreno 5977861174 split up PR and CI builds (#126)
* split up PR and CI builds:
- PR should only attempt to restore cache
- CI should only ensure node_modules

* also mkdir -Force

* pr workflow should still run on merge queue
2025-07-04 15:17:51 +00:00
kieferrmandcopilot-swe-agent[bot] 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00