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
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ This is **crates**, an extension for _crates.io_ dependencies. Aims helping deve
14
14
## Notes
15
15
16
16
- It is only helpful if you are using dependencies from _crates.io_. Dependencies from _git_ or other platforms are not supported.
17
-
- TOML must be valid. If not crates will not show versions. It will inform you with. status bar and dialog.
17
+
- TOML must be valid. If not, crates will not show versions. It will inform you with the status bar and dialog.
18
18
19
19
## Features
20
20
21
21
**crates** is very simple. It has just two features.
22
22
23
23
- Displays the latest version of the crate next to it
24
-
- Shows all versions (clickable) on tooltip of the crate hovered.
24
+
- Shows all versions (clickable) on the tooltip of the crate hovered.
25
25
26
26
Aims to be fast and simple.
27
27
@@ -39,13 +39,13 @@ It is so **simple** that you do not need any configuration, but if you insist...
39
39
40
40
`crates.useLocalCargoIndex`: If true, crates will use local cargo repository.
41
41
42
-
`crates.githubAuthBasic`: The `<username>:<personal-access-token>` or `<username>:<password>` for accessing Github API with increased access rates 5000 req/h.
42
+
`crates.githubAuthBasic`: The `<username>:<personal-access-token>` or `<username>:<password>` for accessing Github API with increased access rates 5000 req/h.
43
43
44
-
`crates.upToDateDecorator`: The text to show when dependency is up to date. Default is 👍.
44
+
`crates.upToDateDecorator`: The text to show when a dependency is up to date. Default is 👍.
45
45
46
-
`crates.latestDecorator`: The text to show when dependency is **not** up to date. Default is `Latest: ${version}`.
46
+
`crates.latestDecorator`: The text to show when a dependency is **not** up to date. Default is `Latest: ${version}`.
47
47
48
-
`crates.listPreReleases`: If true, pre-release versions will be listed in hover and at decoration. Default is false.
48
+
`crates.listPreReleases`: If true, pre-release versions will be listed in hover and at decoration. The default is false.
0 commit comments