docs: record v1 RC tooling compatibility
This commit is contained in:
@@ -25,12 +25,14 @@ It does not download, install, upgrade, or phone home.
|
||||
advertised `lsp-stdio` feature.
|
||||
- Sando runtime remains independently versioned; Beta 2 tooling is compatible
|
||||
with `sando/v1.0.0-beta.1`.
|
||||
- The unchanged Skill and VS Code preview are verified compatible with the
|
||||
compiler and runtime `v1.0.0-rc.1` release candidate.
|
||||
|
||||
Exact pinned installation order:
|
||||
|
||||
```sh
|
||||
go get gamertan.com/sandwich-hime/sando@v1.0.0-beta.1
|
||||
go install gamertan.com/sandwich-hime/cmd/himesan@v1.0.0-beta.2
|
||||
go get gamertan.com/sandwich-hime/sando@v1.0.0-rc.1
|
||||
go install gamertan.com/sandwich-hime/cmd/himesan@v1.0.0-rc.1
|
||||
```
|
||||
|
||||
## Install the portable skill
|
||||
@@ -58,8 +60,9 @@ code --install-extension sandwich-hime-0.1.0-preview.1.vsix
|
||||
```
|
||||
|
||||
The extension supplies syntax highlighting without trust. Its executable
|
||||
features require a trusted workspace and the separately installed Beta 2
|
||||
compiler; it never downloads Hime-san for you.
|
||||
features require a trusted workspace and a separately installed compatible
|
||||
compiler; it never downloads Hime-san for you. The current release-candidate
|
||||
installation is Hime-san `v1.0.0-rc.1`.
|
||||
|
||||
## Canonical project
|
||||
|
||||
|
||||
Reference in New Issue
Block a user