-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Feature Request: Implement Contextual Popup Functionality
Description
Implement a function or method that triggers a VS Code contextual popup with a specified message. This functionality will be used to display success or error messages to the user, enhancing the user experience by providing immediate feedback.
Task
- Develop a function or method that accepts a message and a message type (success or error).
- Use the VS Code API to display a contextual popup with the provided message.
- Ensure that the popup appropriately reflects the message type (e.g., different styles or icons for success and error messages).
Acceptance Criteria
- The function or method should be able to display both success and error messages.
- The contextual popup should be visually distinct for success and error messages.
- The implementation should use the VS Code API to raise the popup.
Additional Context
This feature will improve user interaction by providing clear and immediate feedback within the VS Code environment.
Reactions are currently unavailable