Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
…ext detection Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot stopped work on behalf of
hotlong due to an error
January 15, 2026 07:21
Contributor
|
@copilot 继续 |
Contributor
|
@copilot review again |
Copilot stopped work on behalf of
hotlong due to an error
January 15, 2026 07:57
Contributor
Author
The VSCode extension is complete and ready for review. Here's what has been implemented: ✅ Features Complete:
✅ Quality Checks:
📦 Package Structure: The extension is production-ready and can be published to the VSCode Marketplace following the instructions in |
Copilot
AI
changed the title
[WIP] Design VSCode plugin
Add VSCode Extension for Object UI
Jan 15, 2026
huangyiirene
approved these changes
Jan 15, 2026
Contributor
📦 Bundle Size Report
Size Limits
|
Contributor
|
✅ All checks passed!
|
Copilot AI
added a commit
that referenced
this pull request
Feb 16, 2026
- Export TimelineConfig and TimelineConfigSchema from @object-ui/types (#64) - Export NavigationConfig and NavigationConfigSchema from @object-ui/types - Update ObjectTimeline to use spec-compliant startDateField with backward compat (#72) - Add endDateField, groupByField, colorField, scale to ObjectTimeline - Add navigation support to ObjectGallery via useNavigationOverlay (#66) - Implement navigation.view property in useNavigationOverlay hook (#68) - Implement emptyState spec property in ListView (#71) - Add emptyState to ListViewSchema type - Add tests for all new functionality Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VSCode Extension Design for Object UI
Complete implementation of a production-ready VSCode extension for Object UI that provides a comprehensive development experience for schema-driven UI development.
Features Implemented
Core Functionality
Developer Tools
.objectui.json,.oui.json, andapp.jsonfilesImplementation Details
src/extension.ts- Activation and command registrationCompletionProvider.ts- Context-aware IntelliSenseHoverProvider.ts- Documentation on hover with Markdown formattingSchemaValidator.ts- Real-time schema validation with diagnosticsPreviewProvider.ts- Webview-based live previewDocumentation
Quality Assurance
Project Updates
The extension is production-ready and can be published to the VSCode Marketplace immediately.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.