Make config preview default-aware and adopt a VS Code-style settings layout#3069
Draft
Make config preview default-aware and adopt a VS Code-style settings layout#3069
Conversation
Co-authored-by: sawka <2722291+sawka@users.noreply.github.com>
Deploying waveterm with
|
| Latest commit: |
b22dc6b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1ade2980.waveterm.pages.dev |
| Branch Preview URL: | https://copilot-add-config-widgets-p.waveterm.pages.dev |
Copilot
AI
changed the title
[WIP] Add config widgets for modifying config values
Add preview-only config UI widget library and sample editor
Mar 15, 2026
Co-authored-by: sawka <2722291+sawka@users.noreply.github.com>
Copilot
AI
changed the title
Add preview-only config UI widget library and sample editor
Make preview config widgets default-aware and show override state explicitly
Mar 15, 2026
Co-authored-by: sawka <2722291+sawka@users.noreply.github.com> Agent-Logs-Url: https://github.com/wavetermdev/waveterm/sessions/685441fd-13c8-46a7-87f4-17d6c572e848
Copilot
AI
changed the title
Make preview config widgets default-aware and show override state explicitly
Make config preview default-aware and adopt a VS Code-style settings layout
Mar 22, 2026
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.
The config preview did not distinguish between an explicit override and an inherited default, even though Wave’s config model treats “key removed” as “use shipped default.” This updates the preview to make default state explicit and reshapes the UI into a more familiar VS Code-style settings surface with left-side groups and stacked setting rows.
Default is now a first-class state
Default (...), plus explicit true/false variants.Use Defaultwhen a key is overridden.Override state is visible
Using defaultorOverridden.window:magnifiedblocksize = 0.95)Settings UI now follows a VS Code-style structure
Use DefaultPreview surface was reorganized
settings.jsonScreenshot:
💡 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.