mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 05:41:07 +01:00
a3d955d72a
- Move copilotChatSessions, remoteAgentHost, and agentHost providers from contrib/ into a new contrib/providers/ subfolder for clearer separation - Add ESLint layer rule 'contrib/providers/*/~' (before 'contrib/*/~') so sibling contrib folders cannot import directly from providers - Update all entry points (sessions.common.main.ts, sessions.desktop.main.ts, sessions.web.main.ts) to reference new provider paths - Port all upstream changes from origin/main to the new provider locations - Add contrib/providers entry to build/lib/i18n.resources.json - Rewrite docs: README.md, LAYOUT.md, LAYERS.md, SESSIONS.md, SKILL.md, sessions.instructions.md; add source-code-organization, coding-guidelines, and writing-tests instruction files; remove stale SESSIONS_PROVIDER.md and AGENTS_CHAT_WIDGET.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
21 lines
1.4 KiB
Plaintext
21 lines
1.4 KiB
Plaintext
# GitHub actions required reviewers
|
|
.github/workflows/monaco-editor.yml @hediet @alexdima @lszomoru @joaomoreno
|
|
.github/workflows/no-package-lock-changes.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/no-yarn-lock-changes.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-darwin-test.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-linux-cli-test.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-linux-test.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-node-modules.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-win32-test.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr.yml @lszomoru @alexdima @joaomoreno @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/telemetry.yml @lramos15 @lszomoru @alexdima @joaomoreno
|
|
|
|
# Ensure those that manage generated policy are aware of changes
|
|
build/lib/policies/policyData.jsonc @joshspicer @rebornix @alexdima @joaomoreno @pwang347 @sandy081
|
|
|
|
# VS Code API
|
|
# Ensure the API team is aware of changes to the vscode-dts file
|
|
# this is only about the final API, not about proposed API changes
|
|
src/vscode-dts/vscode.d.ts @mjbvz @alexr00
|
|
src/vs/workbench/services/extensions/common/extensionPoints.json @mjbvz @alexr00
|