Skip to content

feat: Expose ViewColumn.Modal in API#307838

Open
MarlzRana wants to merge 1 commit intomicrosoft:mainfrom
MarlzRana:marlzrana/expose-modal-view-via-extensions-api
Open

feat: Expose ViewColumn.Modal in API#307838
MarlzRana wants to merge 1 commit intomicrosoft:mainfrom
MarlzRana:marlzrana/expose-modal-view-via-extensions-api

Conversation

@MarlzRana
Copy link
Copy Markdown

@MarlzRana MarlzRana commented Apr 4, 2026

Summary

Fixes #307835

  • Add ViewColumn.Modal (-4) to the API enum
  • Map it to MODAL_GROUP in extHostTypeConverters
  • Add unit tests for the new ViewColumn value

Test Plan

  • Unit tests pass (extHostTypeConverters.test.ts)
  • TypeScript compilation clean
  • Manual: test extension using ViewColumn.Modal opens editor in modal overlay
Expose.Modal.View.via.Extension.API.mp4

@MarlzRana MarlzRana changed the title Expose ViewColumn.Modal in extension API (#307835) feat: Expose ViewColumn.Modal in extension API Apr 4, 2026
@MarlzRana
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@MarlzRana MarlzRana changed the title feat: Expose ViewColumn.Modal in extension API feat: Expose ViewColumn.Modal in Extension API Apr 4, 2026
@MarlzRana MarlzRana changed the title feat: Expose ViewColumn.Modal in Extension API feat: Expose ViewColumn.Modal in API Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API: Expose ViewColumn.Modal to allow extensions to open editors in modal overlay

2 participants