You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +26,7 @@ Your `config.toml` file is effectively your primary package list.
19
26
|-----|-------------|
20
27
| url | The repository you want to pull from. Currently only tested with Github. |
21
28
| destination | The location of where the packages will be downloaded and extracted to. **Use an absolute path.**|
29
+
| security_level | See the comments in the (Example config)[#example-config] for more details. Must be an integer 0, 1, or 2. |
22
30
| repositories.ALIAS | Replace ALIAS with a name you want to identify the package with with. E.g. omnisharp-roslyn would be displayed as omnisharp-lsp. |
23
31
| id | The unique identifier for the repository. Github repositories typically follow {owner}/{repository-name}.
24
32
| targetPattern | Repository owners will typically release multiple assets. Use a regex pattern to find the asset you want or exact name. |
0 commit comments