Skip to content

Commit 484d0ae

Browse files
authored
Merge pull request #63 from bgctw/patch-2
typo and make execution_files and array
2 parents f05b097 + c53617a commit 484d0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/userguide/compilesysimage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This file should be named `./.vscode/JuliaSysimage.toml` and be placed under the
1818
[sysimage]
1919
exclude=["Pkg1", "Pkg2"] # Additional packages to be excluded in the system image
2020
statements_files=["relative/path/to/precompile_statements_file.jl", ]
21-
execution_files="relative/path/to/precompile_excecution_file.jl"
21+
execution_files=["relative/path/to/precompile_execution_file.jl", ]
2222
```
2323
The packages to be excluded have to be separated by commas, each with quotation marks and all inside square brackets.
2424
The path should be relative to the currently active folder, which can be selected by the command `File: Open Folder...`. The statement or execution files can be given as a single relative path, or as a list of relative paths.

0 commit comments

Comments
 (0)