Skip to content

Commit 5d8d417

Browse files
committed
faq section
1 parent eb9a1f8 commit 5d8d417

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ makedocs(
99
"Home" => "index.md",
1010
# "Setup" => "setup.md",
1111
"Getting Started" => "gettingstarted.md",
12+
"FAQ" => "faq.md",
1213
"User Guide" => Any[
1314
"Running Code" => "userguide/runningcode.md",
1415
"Julia Environments" => "userguide/env.md",

docs/src/faq.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Frequently Asked Questions
2+
3+
### The language server fails to precompile. What can I do about that?
4+
You've probably been directed here by a pop-up like the following
5+
![LS precompilation failure](./images/precompile-failure.png)
6+
7+
Click the `Open Logs` button or go to `Output` > `Julia Language Server`. You should see a message like this, among others:
8+
```
9+
The Language Server failed to precompile.
10+
Please make sure you have permissions to write to the LS depot path at
11+
/home/pfitzseb/.config/Code/User/globalStorage/julialang.language-julia/lsdepot/v1
12+
```
13+
14+
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.
10.8 KB
Loading

0 commit comments

Comments
 (0)