-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sometimes, "Send the whole current file to the REPL" sends only the initial lines of code after the REPL is closed. #5
Comments
Could it be that this is a timing issue, that the REPL took to long to start? Please test if the same issue appears when first starting the REPL by clicking at the Chez Scheme REPL: Start REPL button on the upper right or executing the command If it is, I could make the delay between the start of the terminal and REPL and sending data to it configurable. |
A remark: exiting the REPL but leaving the REPL Window open does not work. Because VS Code does not let me know if the REPL is running or not, I can only control the existence of the terminal window named So please always close the |
When using this method, the issue will no longer occur. |
Great, I'll make that delay between starting the terminal and sending the code to the REPL configurable. |
Add popup window on configuration changes. See #5 Signed-off-by: Release-Candidate <[email protected]>
The new version 0.4.0 has this configurable delay, Please try if increasing this delay solves your problem. |
Thank you! Increasing this delay solves my problem. |
Great to hear. Thank you again very much for your help! |
Thank you to the author for creating this fantastic software. It has helped me write Scheme code more comfortably. But I still have some questions below.
Describe the bug
The content of the file is as follows. When using
Send the whole current file to the REPL
the code appearing in the REPL is missing the initial lines (the number of missing lines seems to be related to the number of characters in the preceding lines).To Reproduce
Steps to reproduce the behavior:
Powershell 7.3.4
orGNU bash, version 5.2.15(1)-release (x86_64-pc-msys)
orPowershell 5.1.22621.1778
as VS Code default terminal.Send the whole current file to the REPL
Expected behavior
The file content can be sent to the REPL all at once, ensuring that all the code is executed correctly.
Screenshots
Powershell 7.3.4
Git Bash
Command Prompt (cmd)
Logs
Environment (please complete the following information):
v0.2.0
1.79.2 (user setup)
Windows 11 22H2
Additional context
When using
cmd (Command Prompt)
as VS Code's default terminal, there is no such issue.This issue may not occur consistently, but it seems to be happening frequently in my case.
This issue will also make "Send selected s-expression to the REPL" unavailable.
The text was updated successfully, but these errors were encountered: