Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
/ jetbrains-vscode Public archive

Convert your Jetbrains Run/Debug Configrations to VSCode Run and Debug configurations.

License

Notifications You must be signed in to change notification settings

topscoder/jetbrains-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jetbrains-vscode

Convert your Jetbrains Run/Debug Configrations to VSCode Run and Debug configurations.

Imagine you are a Jetbrains IDE user (IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, etc.) and you configured your IDE to your liking. You invested a lot of time in creating Run/Debug Configurations.

Now you want to be able to use another IDE such as VSCode. Maybe as a full switch. Maybe just to feel the freedom to use whatever IDE you want. Well, you had to recreate all your run-configurations. 🤷‍♂️

Installation instructions

Download this repository – or at least convert.py – to your computer. Find your Jetbrains IDE workspace config file (workspace.xml) and copy it over.

(Optional) You can drop your VSCode launch configuration (launch.json) over here also. All your existing Run and Debug configurations in VSCode will be replaced with all configurations from your Jetbrains IDE workspace.xml. All other settings are untouched.

.
├── convert.py      # The converter you will love.
├── launch.json     # (optional) Your VSCode launch configuration file.
├── workspace.xml   # Your Jetbrains IDE configuration file.

Usage

$ python3 convert.py

> OK written to launch.json.
> Copy launch.json to your VSCode project / workspace and have fun!

About

Convert your Jetbrains Run/Debug Configrations to VSCode Run and Debug configurations.

Topics

Resources

License

Stars

Watchers

Forks

Languages