Skip to content

Commit ff3a69f

Browse files
authored
Merge pull request #815 from CodinGame/vscode-1.128
Vscode 1.128
2 parents 1ab0a7e + a0003ef commit ff3a69f

64 files changed

Lines changed: 4446 additions & 1700 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/vscode-service-upgrade/SKILL.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ disable-model-invocation: false
3333
## Procedure
3434
0. Run preflight dependency sync first (mandatory).
3535
- Before any ref analysis or code migration, run:
36-
- npm run update-local-dependencies && npm i
36+
- npm run update-vscode-dependencies && npm i
3737
- Do not continue until this command succeeds.
38+
- Also sync Node runtime config used by this repo:
39+
- update `mise.vscode.toml` so `tools.node` matches the Node version from the VSCode `.nvmrc` used for the upgrade source.
3840

3941
1. Resolve refs and scope.
4042
- Read the new ref from `package.json` at `config.vscode.ref`.
@@ -85,7 +87,9 @@ disable-model-invocation: false
8587

8688
## Completion Checklist
8789
- Preflight dependency sync completed successfully:
88-
- npm run update-local-dependencies && npm i
90+
- npm run update-vscode-dependencies && npm i
91+
- Node runtime sync completed:
92+
- `mise.vscode.toml` `tools.node` matches the Node version from VSCode `.nvmrc`.
8993
- `src/missing-services.ts` updated before any other service migration work.
9094
- Every newly added service has both:
9195
- a fake registration in `src/missing-services.ts`,

0 commit comments

Comments
 (0)