Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>run.xml to launch.jsonNew to Visual Studio Code? Get it now.
run.xml to launch.json

run.xml to launch.json

sio2boss

|
8,392 installs
| (0) | Free
Convert JetBrains run.xml files to VSCode launch.json entries
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

run-xml-to-launch-json

This is a simple extension for VSCode to migrate IntelliJ style .run/*.run.xml files into .vscode/launch.json entries. The opposite is not supporated at this time.

Based on https://github.com/microsoft/vscode-extension-samples/tree/main/progress-sample

Usage

On MacOS: Cmd-Shift-P, 'RX2LJ: Convert run.xml files to launch.json'

All *.run.xml files within .run/ folder will be converted into entries in launch.json

Cmd-Shift-D to show "Run and Debug" sidebar.

How to run locally

  • npm run compile to start the compiler in watch mode
  • open this folder in VS Code and press F5

How to package for release

npm install -g @vscode/vsce
vsce package
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft