Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is not possible to add Python debug configuration #6101

Closed
tolusha opened this issue Sep 4, 2019 · 0 comments
Closed

It is not possible to add Python debug configuration #6101

tolusha opened this issue Sep 4, 2019 · 0 comments
Assignees
Labels
debug issues that related to debug functionality python issues related to the python language / extension

Comments

@tolusha
Copy link
Contributor

tolusha commented Sep 4, 2019

Description

It is not possible to add Python debug configuration

Reference issue

eclipse-che/che#14219

Reproduction Steps

  1. Put Python [1] extension in plugins folder
  2. Open any python file to initialize the extension
  3. Open launch.json, use completion to select Python
  4. Nothing happens

[1] https://marketplace.visualstudio.com/items?itemName=ms-python.python

Diagnostics:
Investigation shows Theia seems to misbehave. Theia collects configurations snippets and shows them during completion in launch.json. But python plugin doesn't have any configurations snippets. The only way to request configurations is to invoke provideDebugConfiguations method when use select Python entry. But it never happens.

How it works in VS Code:
screencast-github com-2019 09 04-10_36_12

@tolusha tolusha added the python issues related to the python language / extension label Sep 4, 2019
@tolusha tolusha self-assigned this Sep 4, 2019
@akosyakov akosyakov added the debug issues that related to debug functionality label Sep 4, 2019
@tolusha tolusha closed this as completed Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality python issues related to the python language / extension
Projects
None yet
Development

No branches or pull requests

2 participants