mxops-helper is an extension that aims to ease the usage of the python library MxOps. The objective is to provide tips, autocompletion and templates for the developpers that use MxOps.
For now, mxops-helper has only two auto-fill features:
- if you write
mxopsat the beginning of an emptyyamlfile, it will fill the file with an example ofMxOpsScenethat will make it easier to get started.
- In a
Scene, when providing a newStepor a newCheck, if you write- type:it will propose you all theStepsorChecksthat are available. If you select one, it will automatically write all the elements of theSteporCheckfor you.
This extension has the following settings that you can modify as you need:
mxopsHelper.pythonLibraryVersion: Version of the MxOps Python library you're using.mxopsHelper.includeComments: if the comments should be included when auto-completing templates (scene, step, check)
version gap due publishing issue with conflicting ids on the marketplace
Support for MxOps v3.0.0
Support for MxOps v2.1.0
Add optional comments for the base config Fix wrong ContractQueryStep definition
Fix broken images
Fix missing dependencies
Support for MxOps v2.0.0
Initial version of mxops-helper

