H
H
HeroFromEarth2017-02-12 17:41:21
linux
HeroFromEarth, 2017-02-12 17:41:21

How to run code in Windows version of VS Code on Linux machine?

There is VS Code running on Windows. There is a virtual machine with Linux, for which scripts are written in Python3 and, accordingly, the written code needs to be tested on this machine. Running VS Code on Linux is not an option.
I would like to run the debug of a .py file on a Linux machine directly through the Windows VS Code. How to do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Bobylev, 2017-02-12
@HeroFromEarth

Try something for remote debug like https://github.com/DonJayamanne/pythonVSCode/wiki/...

D
Dark Hole, 2017-02-12
@abyrkov

Find a python debugger with remote debugging. And set up VS Code to run it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question