Skip to content

Register Ballerina project creation command#1569

Merged
gigara merged 1 commit intowso2:hotfix/wso2-integrator-reqfrom
gigara:hotfix/wso2-integrator-req
Feb 25, 2026
Merged

Register Ballerina project creation command#1569
gigara merged 1 commit intowso2:hotfix/wso2-integrator-reqfrom
gigara:hotfix/wso2-integrator-req

Conversation

@gigara
Copy link
Contributor

@gigara gigara commented Feb 25, 2026

Purpose

$subject

Goals

Describe the solutions that this feature/fix will introduce to resolve the problems described above

Approach

Describe how you are implementing the solutions. Include an animated GIF or screenshot if the change affects the UI (email documentation@wso2.com to review all UI text). Include a link to a Markdown file or Google doc if the feature write-up is too long to paste here.

UI Component Development

Specify the reason if following are not followed.

  • Added reusable UI components to the ui-toolkit. Follow the intructions when adding the componenent.
  • Use ui-toolkit components wherever possible. Run npm run storybook from the root directory to view current components.
  • Matches with the native VSCode look and feel.

Manage Icons

Specify the reason if following are not followed.

  • Added Icons to the font-wso2-vscode. Follow the instructions.

User stories

Summary of user stories addressed by this change>

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter “N/A” plus brief explanation of why there’s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type “Sent” when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to certification@wso2.com and NOT pasted in this PR. If there is no impact on certification exams, type “N/A” and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

  • Unit tests

    Code coverage information

  • Integration tests

    Details about the test cases and coverage

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

List all JDK versions, operating systems, databases, and browser/versions on which this feature/fix was tested

Learning

Describe the research phase and any blog posts, patterns, libraries, or add-ons you used to solve the problem.

Summary by CodeRabbit

  • New Features
    • Added a new "Create New Project" command for Ballerina development.

@gigara gigara requested a review from hevayo as a code owner February 25, 2026 14:06
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 83ba5dd and 53c58d9.

📒 Files selected for processing (1)
  • workspaces/ballerina/ballerina-extension/package.json

📝 Walkthrough

Walkthrough

A new VSCode command BI.project.createBIProjectPure is added to the Ballerina extension with title "Create New Project" and category "Ballerina". Corresponding commandPalette entries hide the command from the user-facing palette by setting when: false in two locations within package.json.

Changes

Cohort / File(s) Summary
VSCode Command Configuration
workspaces/ballerina/ballerina-extension/package.json
Added new command declaration BI.project.createBIProjectPure with title and category. Added two commandPalette entries with when: false to suppress the command from the palette.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A command takes shape in the palette so grand,
Hidden from sight by a when: false hand,
BI.project.createBIProjectPure stands tall,
New projects await—Ballerina's call! 🎭✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is a template with placeholders and minimal actual content. The Purpose section only contains '$subject' placeholder, and all other sections lack substantive details about the change. Fill in all required sections with actual content: Purpose (with issue links), Goals, Approach, affected stakeholder sections (UI/Icons/Tests/Security/Documentation), and other relevant sections should be completed with specific details about this command registration.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: registering a new VSCode command for Ballerina project creation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gigara gigara merged commit d770b50 into wso2:hotfix/wso2-integrator-req Feb 25, 2026
7 checks passed
@gigara gigara deleted the hotfix/wso2-integrator-req branch February 25, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants