Skip to content

[Feature]: Raise VS Code Contextual Popup #2

@Bakugo90

Description

@Bakugo90

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions