We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b92893 commit 78930d6Copy full SHA for 78930d6
README.md
@@ -1,3 +1,14 @@
1
# Reference Documentation for Rust Analyzer Options
2
3
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