Skip to content

[vscode] API bump, action events and nls update to 1.116.0#17367

Open
ndoschek wants to merge 3 commits intomasterfrom
GH-17365
Open

[vscode] API bump, action events and nls update to 1.116.0#17367
ndoschek wants to merge 3 commits intomasterfrom
GH-17365

Conversation

@ndoschek
Copy link
Copy Markdown
Member

What it does

Resolves GH-17365

  • Bump API compatibility to 1.116.0
  • Update nls.metadata for vscode API 1.116.0
    • Fix suggestions to use nls.localizeByDefault or replace removed defaults
  • Add missing activation event prefixes to BUILTIN_ACTIVATION_EVENTS
    • Added: onChatParticipant, onEditSession, onIssueReporterOpened, onLanguageModelTool, onOpenExternalUri, onProfile, onRenderer, onSearch, onTerminal, onTerminalShellIntegration, onTunnel, onWalkthrough
    • Silences noisy "Unsupported activation events" warnings in the console

No public API changes: src/vscode-dts/vscode.d.ts is unchanged between 1.110.1 and 1.116.0, so no theia.d.ts updates are required this cycle. Proposed API and menu evolutions are tracked in GH-17365.

How to test

  • Check the filtered vscode-theia-comparator/status with the current Theia master and VS Code 1.116.0
  • Start Theia and confirm no Unsupported activation events warnings appear on startup for the newly-added prefixes
  • Regarding nls update: CI Lint step is successful and no localization related warnings are shown on startup

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Contributed on behalf of STMicroelectronics

Review checklist

Reminder for reviewers

- Add all activation events from current VS Code docs and real
  extensions that were missing from BUILTIN_ACTIVATION_EVENTS
- The missing prefixes caused noisy "Unsupported activation events"
  warnings in the console

Contributed on behalf of STMicroelectronics
Resolves GH-17365

Contributed on behalf of STMicroelectronics
- update nls metadata for VSCode API 1.116.0
- fix suggestions to use nls.localizeByDefault or replace removed defaults

Contributed on behalf of STMicroelectronics
@github-project-automation github-project-automation bot moved this to Waiting on reviewers in PR Backlog Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Waiting on reviewers

Development

Successfully merging this pull request may close these issues.

[vscode] API evolution (public and proposed) between 1.110.1 and 1.116.0

1 participant