Add Copilot cloud agent instructions and validate workflows - #2384
Conversation
…7ab138fa19e1c12023 (microsoft#2236) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…43b8b0b03a327626c1 (microsoft#2265) Co-authored-by: vscode <vscode@microsoft.com>
…f9a5bf3c1e27a5e787 (microsoft#2276) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…b92fe28749ed0a4b83 (microsoft#2280) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…7cb2741687c4c2b783 (microsoft#2284) Co-authored-by: vscode <vscode@microsoft.com>
…c85629f267b73c062e (microsoft#2285) Co-authored-by: vscode <vscode@microsoft.com>
…4ea346a0ac95678b59 (microsoft#2286) Co-authored-by: vscode <vscode@microsoft.com>
…c97e7da64e7c5cf881 (microsoft#2287) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…c5d4f5978877cbc28a (microsoft#2293) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…1c7a1a65173239db37 (microsoft#2294) Co-authored-by: vscode <vscode@microsoft.com>
…6d597f420064272035 (microsoft#2300) Co-authored-by: vscode <vscode@microsoft.com>
…46b6b2e75f43c2a608 (microsoft#2303) Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…3b448e8a2ba5d6e145 (microsoft#2306) Co-authored-by: vscode <vscode@microsoft.com>
…7f76d9a3b4329f7913 (microsoft#2307) Co-authored-by: vscode <vscode@microsoft.com>
…a785d84bd40f10f016 (microsoft#2311) Co-authored-by: vscode <vscode@microsoft.com>
…cda4dc96e5ce21fe95 (microsoft#2313) Co-authored-by: vscode <vscode@microsoft.com>
…3e7cf5ab5f34a22917 (microsoft#2316) Co-authored-by: vscode <vscode@microsoft.com>
…b12e50da382281ed8b (microsoft#2320) Co-authored-by: vscode <vscode@microsoft.com>
…9dce02cd9325f4369a (microsoft#2317) Co-authored-by: vscode <vscode@microsoft.com> Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: vscode <vscode@microsoft.com>
Co-authored-by: vscode <vscode@microsoft.com>
…81b29aeaa00aa87ff5 (microsoft#2328) Co-authored-by: vscode <vscode@microsoft.com>
…fe96f512d0150ef56d (microsoft#2329) Co-authored-by: vscode <vscode@microsoft.com>
…29961abe9a826f7dbd (microsoft#2330) Co-authored-by: vscode <vscode@microsoft.com>
|
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…zrumba1-bot-actualizar-documentacion docs: refresh language pack guidance
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds repository-facing guidance and small workflow/doc/localization tweaks to make vscode-loc easier to validate and maintain, especially for automation/agents.
Changes:
- Added
.github/copilot-instructions.mdwith repository/build/CI/release guidance for Copilot Cloud Agent usage. - Improved documentation formatting and expanded root
README.mdwith repo layout/publishing details. - Updated Spanish translations and Spanish language pack README text for clarity/localization.
- Updated CI matrix discovery to only include
i18n/vscode-language-pack-*directories.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Improves markdown rendering and adds repository/publishing overview. |
| i18n/vscode-language-pack-es/translations/main.i18n.json | Updates two Spanish strings for Copilot toolset descriptions. |
| i18n/vscode-language-pack-es/README.md | Refreshes Spanish/English usage + contributing text and updates links. |
| .github/workflows/ci.yml | Narrows matrix pack discovery to vscode-language-pack-* directories. |
| .github/copilot-instructions.md | Adds agent-focused build/CI/release documentation (needs accuracy fixes). |
Suppressed comments (5)
.github/copilot-instructions.md:82
- The “Full Repository Build” loop enumerates all directories under
i18n/, but CI now builds onlyvscode-language-pack-*directories. To keep this doc aligned with the workflow, apply the same filter here.
$languagePacks = Get-ChildItem ./i18n -Directory | ForEach-Object { $_.Name }
.github/copilot-instructions.md:183
- These commands mix Yarn and npm:
npm installdoes not recreateyarn.lock. If the conflict is inyarn.lock, the regeneration command should use Yarn.
```powershell
cd ./i18n/vscode-language-pack-fr
rm yarn.lock
npm install # Creates new lock
**.github/copilot-instructions.md:236**
* `npm install` will not update `yarn.lock`; it updates `package-lock.json` (if present). This instruction should be tool-agnostic or explicitly call out the matching package manager for the lockfile in use.
- Run
npm installto updateyarn.lock
**.github/copilot-instructions.md:217**
* The release version example doesn’t match `build/release.yml`, which uses `yyyyMMddHH` (includes the hour) when computing the patch component. Align the doc example with the pipeline to avoid confusion.
- Update version number with timestamp patch (e.g.,
1.110.20260822)
**.github/copilot-instructions.md:151**
* This section describes a CI failure on a “Windows runner” and says `setup-node@v4` is already in `ci.yml`, but the workflow runs on `ubuntu-latest` and does not currently use `actions/setup-node`. This should be reframed as a local environment issue (or recommend adding setup-node if needed).
Failure: "node: command not found"
- Symptom: CI fails immediately on Windows runner
- Cause: Node.js not in PATH or not installed
- Fix: Ensure CI runner has
setup-node@v4action before build steps (already inci.yml)
</details>
---
💡 <a href="/microsoft/vscode-loc/new/main?filename=.github/skills/code-review/SKILL.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add a `code-review` agent skill</a> or configure MCP servers for context-aware, tailored reviews. <a href="https://docs.github.com/en/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review#mcp-servers-and-agent-skills" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn more in the docs.</a>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…tions/github-actions-7d56887932 Bump the github-actions group with 2 updates
|
|
Copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios. |
1 similar comment
|
Copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios. |
|
|
Copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios. |
1 similar comment
|
Copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios. |
|
franciscosanchezrumba1-bot please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios. |
























This pull request adds comprehensive Copilot Cloud Agent instructions for the
vscode-locrepository, improves documentation formatting, and updates Spanish translations for clarity and localization. The most important changes are:Documentation Additions and Improvements:
.github/copilot-instructions.mdfile documenting repository structure, build/validation steps, CI/CD workflows, common failures, and agent guidance. This serves as the primary reference for contributors and automation agents.README.mdby adding missing pipe characters at the end of each row, ensuring proper markdown rendering.Localization Updates:
main.i18n.jsonforcopilot.toolSet.launch.descriptionandcopilot.toolSet.vscode.descriptionto provide accurate and natural language equivalents.