Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-psl-extras-MRPCSimulatorNew to Visual Studio Code? Get it now.
vscode-psl-extras-MRPCSimulator

vscode-psl-extras-MRPCSimulator

INGHubsRo

|
174 installs
| (0) | Free
MRPC Simultator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-psl-extras-mrpcsimulator README

MRPC Simultator based on a json config.

Requirements

vscode-psl extension

Features

Descriptions for domains parmeters

For parameters that have domain you cand add description by adding domainDes to the parameter that has domain. The mapping happens by order, 1st one from domain with the 1st description from domainDes and so on.

example:

mode:
{
    req: 1,
    domain: ['A', 'B'],
    domainDes: ['Description for A', 'Description for B']
}

Calender and conversions for dates

If a parameter is of type date and you want to have a calendar to input the date and automatically convert to JD just add JD:1 to that parameter

example:

mode:
{
    req: 1,
    JD: 1
}

Release Notes

1.0.0

Initial release

1.1.0

  • fixed startup bug
  • fixed update mrpc description after refresh
  • fixed footer position
  • added functionality to call history
  • added timestamp for when the execution starts and ends
  • after pressing refresh extension goes back to initial state
  • auto refresh after mrpc json was updated
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft