aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md6
-rw-r--r--doc/server_configurations.txt6
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index d7f85e9d..9f1b9019 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -6252,6 +6252,9 @@ Julia project, you must make sure that the project is instantiated:
```sh
julia --project=/path/to/my/project -e 'using Pkg; Pkg.instantiate()'
```
+
+Note: The julia programming language searches for global environments within the `environments/`
+folder of `$JULIA_DEPOT_PATH` entries. By default this simply `~/.julia/environments`
@@ -6259,7 +6262,8 @@ julia --project=/path/to/my/project -e 'using Pkg; Pkg.instantiate()'
```lua
require'lspconfig'.julials.setup{}
```
-
+**Commands:**
+- JuliaActivateEnv: Activate a Julia environment
**Default values:**
- `cmd` :
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index d7f85e9d..9f1b9019 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -6252,6 +6252,9 @@ Julia project, you must make sure that the project is instantiated:
```sh
julia --project=/path/to/my/project -e 'using Pkg; Pkg.instantiate()'
```
+
+Note: The julia programming language searches for global environments within the `environments/`
+folder of `$JULIA_DEPOT_PATH` entries. By default this simply `~/.julia/environments`
@@ -6259,7 +6262,8 @@ julia --project=/path/to/my/project -e 'using Pkg; Pkg.instantiate()'
```lua
require'lspconfig'.julials.setup{}
```
-
+**Commands:**
+- JuliaActivateEnv: Activate a Julia environment
**Default values:**
- `cmd` :