Files
openide/python/pluginResources
Alexander Koshevoy 4b5b0f0890 PY-55448 Use specific process handler for Python Console processes
Use previously introduced `PythonProcessHandlers.createProcessHandler()` method to create specific process handlers. Introduce `PyConsoleProcessHandlers` with utility methods to create an instance of a class extending `PyConsoleProcessHandler`, which delegates to a specific `ProcessHandler` or a `Process`.

Also, introduce a proper path mapper class for target environments that takes into account their volumes.

GitOrigin-RevId: 8780a3f0d35d9140de8f8fc9ddae25d39453e29f
2023-03-28 12:52:56 +00:00
..