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
Christof Marti
de179fe3a6
Add GitHub workflow for chat-lib ( #2606 )
2025-12-16 18:06:53 +00:00
dependabot[bot]
36905ff8bc
Bump actions/checkout from 5 to 6 in the all group ( #2297 )
...
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 19:08:41 +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
Bhavya U
d631d35f9b
refactor: update CODEOWNERS to remove model prompts section ( #2231 )
2025-11-26 23:30:22 +00:00
Bhavya U
a8b7533a04
Update CODEOWNERS to assign appropriate reviewers for model prompts ( #2230 )
2025-11-26 22:50:03 +00:00
dependabot[bot] and Don Jayamanne
b9435f2d97
Bump the all group with 5 updates ( #1662 )
...
Bumps the all group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4` | `5` |
| [actions/setup-node](https://github.com/actions/setup-node ) | `4` | `6` |
| [actions/setup-python](https://github.com/actions/setup-python ) | `5` | `6` |
| [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) | `4` | `5` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4` | `5` |
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v6 )
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
Updates `actions/setup-dotnet` from 4 to 5
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5 )
Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: actions/setup-dotnet
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com >
2025-11-25 05:49:04 +00:00
Rob Lourens
17f63340fe
Implement supportedEndoints for BYOK ( #2065 )
2025-11-18 19:24:11 +00:00
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
Bhavya U
e8e99fdea3
Update codeowners ( #1638 )
2025-10-26 19:59:38 +00:00
Benjamin Christopher Simmonds and Copilot
ed4c68d543
Use Inline Suggestion Naming ( #1461 )
...
* Use Inline Suggestion Naming
* Update src/extension/inlineEdits/vscode-node/inlineCompletionProvider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 10:56:55 +00:00
Peng Lyu
3a03b2ac67
fix copilot-setup-steps ( #1198 )
2025-09-30 21:25:21 +00:00
Rob Lourens
b4a43ffd8d
Implement claude code slash commands ( #1181 )
2025-09-29 02:55:47 +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
Rob Lourens
2338ca3fdb
Look further to find request with custom instruction attachments ( #1039 )
...
More for microsoft/vscode#262858
Probably this should be removed, and we should fix how these instructions are attached to requests from core
2025-09-14 03:03:13 +00:00
Rob Lourens
c3353de769
Tweak custom instructions ( #1028 )
2025-09-12 02:45:58 +00:00
Megan Rogge and Copilot
18bae51b1e
add build task info to custom instructions for vscode-copilot-chat ( #1013 )
...
* fix #264387
* Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-10 20:50:15 +00:00
Rob Lourens
cfd45009f4
Implement ChatSessionItemProvider ( #781 )
...
* Implement simple ChatSessionItemProvider
* Fall back to CC
* Maybe fix test
2025-08-27 18:35:32 +00:00
Harald Kirschner
e77f2bc8b1
Add prompt-tsx instructions ( #727 )
...
* Add prompt-tsx instructions
* Remove prepare
2025-08-22 20:40:17 +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
Michael Lively
cb6c81e2d6
add links to primary meta issues + descriptive triage label ( #70 )
2025-07-01 04:35:27 +00:00
Peng Lyu
9b39d8ec30
Update issue links. ( #61 )
2025-06-30 20:25:41 +00:00
kieferrm and copilot-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