After successfully installing and configuring the VSE Manager Plugin in IntelliJ IDEA, users can create virtual services from RR pairs and MAR files. However, when right-clicking a valid Swagger YAML file, the Create Virtual Service option is missing from the context menu. The same Swagger file works correctly when used to create a service via the DevTest Workstation.
The VSE Manager Plugin fails to recognize the "Create Virtual Service" action if there are extra periods (.) in the filename or in any part of the folder path where the YAML file is stored. The plugin's logic for context menu visibility is disrupted by non-extension periods in the path string.
To restore the missing context menu option, remove any periods from the filename and folder path, ensuring that only the file extension contains a period.
C:/LISA.Project/v1.0/swagger.v1.yaml_) or hyphens (-).C:/LISA_Project/v1_0/swagger_v1.yaml