-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Frequently Asked Questions | ||
|
||
### The language server fails to precompile. What can I do about that? | ||
You've probably been directed here by a pop-up like the following | ||
![LS precompilation failure](./images/precompile-failure.png) | ||
|
||
Click the `Open Logs` button or go to `Output` > `Julia Language Server`. You should see a message like this, among others: | ||
``` | ||
The Language Server failed to precompile. | ||
Please make sure you have permissions to write to the LS depot path at | ||
/home/pfitzseb/.config/Code/User/globalStorage/julialang.language-julia/lsdepot/v1 | ||
``` | ||
|
||
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.