Rebrand extension as official StructKit for VS Code and Cursor - #2
Merged
Conversation
- Update displayName to 'StructKit' and description - Migrate settings from struct.* to structkit.* with deprecation warnings for old keys - Change default CLI path from 'struct' to 'structkit' - Update command category to 'StructKit' - Add activation for .struct.yaml and *.struct.yaml files - Update README with StructKit branding and pip install instructions - Update status bar and error messages to reference StructKit - Add config fallback to support old struct.* settings during migration - Update bundled schema to official StructKit schema (includes new 'sources' property) - Keep publisher as kennethbelitzky - Version remains 0.1.0 Co-authored-by: Kenneth Belitzky <kenny@belitzky.com>
httpdss
marked this pull request as ready for review
August 23, 2026 20:04
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.
Overview
This PR rebrands the extension from "Struct YAML Support" to the official StructKit extension for VS Code and Cursor, making it ready for publication to the VS Code Marketplace.
Changes
Package Metadata
kennethbelitzky(unchanged)0.1.0for first official releaseConfiguration Settings Migration
structkit.commandPathandstructkit.customStructuresPathstruct.commandPathandstruct.customStructuresPathare now deprecated with warningsstructtostructkitCommands & UI
pip install structkitand correct URLsActivation Events
.struct.yamland*.struct.yamlfilesDocumentation
pip install structkitprerequisitestructkit.*namespaceSchema
sourcesproperty (new in official schema)Testing
✅ Compilation successful (
npm run compile)✅ Linting passed (
npm run lint)✅ No trailing whitespace
✅ Settings migration logic supports both old and new config keys
Publishing Notes
This PR prepares the extension for publication but does not publish it. To publish:
The extension is now ready for Kenneth to package and publish with his
kennethbelitzkypublisher account.Repository
The GitHub repository name (
vscode-struct) remains unchanged to preserve the repository URL and history.