Skip to content

Commit 73b1784

Browse files
committed
add faq entry for julia crashes
1 parent 6b4a69d commit 73b1784

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ Please make sure you have permissions to write to the LS depot path at
1212
```
1313

1414
Your current account needs to have read/write access to the indicated directory. Also make sure that it isn't on a NFS volume or similar, as that may cause issues.
15+
16+
### The integrated REPL closes when the Julia process crashes. How do I get more information on what's going on?
17+
Keeping the integrated terminal open when the underlying process crashes is currently blocked on getting support
18+
for this in upstream VS Code. For now, try one of the two following options:
19+
20+
- On Linux/MacOS, you can try the tmux integration (provided you have tmux installed on your system). That will make sure the underlying process stays alive even when the Julia process is terminated, so you should be able to see the actual error message.
21+
- Start a new terminal (integrated or external) and manually start Julia within that terminal. Then use the `Julia: Connect external REPL` command and follow the instructions. After the Julia session is connected to VS Code, run your code as before; the terminal will stay open after Julia closes.

0 commit comments

Comments
 (0)