We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(@v1.8) pkg> status OhMyREPL Status `C:\Users\simon\.julia\environments\v1.8\Project.toml` [5fb14364] OhMyREPL v0.5.12
Say I want to paste the following code into a Julia instance with OhMyREPL running:
function example() for i = 1:10 """ multi lines string """ end end
I get the following results (failures: cmd, Powershell, Windows Terminal, and VSCode; success: Minnty):
The text was updated successfully, but these errors were encountered:
This is the same issue as #239 My solution is #239 (comment) (or #240)
Sorry, something went wrong.
No branches or pull requests
Say I want to paste the following code into a Julia instance with OhMyREPL running:
I get the following results (failures: cmd, Powershell, Windows Terminal, and VSCode; success: Minnty):
Cmd
Powershell
Windows Terminal
VSCode
Git Bash (Minnty) -- Success
The text was updated successfully, but these errors were encountered: