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

Console's text entry does not calculate the output in some random situations #5

Open
aminya opened this issue Oct 28, 2020 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@aminya
Copy link
Member

aminya commented Oct 28, 2020

When Atom is opened from the GitHub Desktop app, and the code is in a breakpoint, the text entered in the console does not calculate anything. This is because of incorrect URIs being set up.

This does not happen when Atom is opened in another way.

Edit: for ide-python this is random. It does not matter if it is opened from GitHub desktop app.

@aminya aminya transferred this issue from atom-community/atom-ide-console Oct 28, 2020
@aminya
Copy link
Member Author

aminya commented Oct 28, 2020

@aminya aminya added the bug Something isn't working label Oct 28, 2020
@aminya
Copy link
Member Author

aminya commented Nov 11, 2020

This line of code changes node to atom.exe.
https://github.com/atom-ide-community/atom-ide-base/blob/52ae3fcb2d0aed7ca12e09b9b4ab66859cdbe04e/nuclide/nuclide-debugger-common/VsAdapterSpawner.js#L50

However, making it node.exe does not work! We should find why the results are nothing

@aminya aminya changed the title Console's text entry does not calculate the output when opened from GitHub Desktop app Console's text entry does not calculate the output in some random situations Nov 27, 2020
@aminya aminya added the help wanted Extra attention is needed label Nov 27, 2020
@aminya aminya pinned this issue Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant