Skip to content

Commit 78930d6

Browse files
committed
Update README
1 parent 9b92893 commit 78930d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Reference Documentation for Rust Analyzer Options
22

33
This is a proof of concept for [rust analyzer issue #13178](https://github.com/rust-lang/rust-analyzer/issues/13178)
4+
5+
This project can also be used to render abitrary vscode package.json files.
6+
This is more of a side effect than an intented use case.
7+
There is no guarantee it will work with your package.json as this project targets rust-analyzers package.json.
8+
9+
Anyway have fun:
10+
```shell
11+
scripts/build.sh single <release date> <package.json> <output.html>
12+
# example values
13+
scripts/build.sh single 2024-06-09 path/to/package.json path/to/rendered/output.html
14+
```

0 commit comments

Comments
 (0)