Add Kiro IDE Support to jf ide setup #305
Merged
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.
Add Kiro IDE Support to
jf ide setupSummary
Extends the
jf ide setupcommand to support Kiro IDE, a VSCode-based editor, enabling users to configure Kiro to use JFrog Artifactory as their extension marketplace.Changes Made
Implementation (5 Go files)
ide/cli/cli.go- Added Kiro constant, updated supported IDEs list, and added switch caseide/commands/aieditorextensions/vscode_setup.go- AddedSetupKiro()functionide/commands/aieditorextensions/vscode_fork_registry.go- Registered Kiro configuration with install pathside/docs/setup/help.go- Updated help text with Kiro exampleside/docs/setup.go- Updated supported IDEs descriptionTests (1 file)
ide/commands/aieditorextensions/vscode_fork_test.go- Added Kiro test coverageDocumentation (1 file)
CLI_VSCODE_PERSISTENCE_DEMO.md- Added Kiro setup instructions and verification commandsSupported Platforms
/Applications/Kiro.app/Contents/Resources/app%LOCALAPPDATA%\Programs\Kiro\resources\app/usr/share/kiro/resources/appUsage
# Setup Kiro with Artifactory marketplace jf ide setup kiro --repo-key kiro-extensions --update-mode noneSupported IDEs (Now 5 Total)
Example Output