@@ -40,10 +40,12 @@ documentation catalog, formatter, diagnostics, and language service.
4040
4141### Visual Studio Code authors
4242
43- Install a supplied ` splitscript-*.vsix ` , open a saved ` .split ` file, and run
44- ** SplitScript: Open Documentation** . The bundled ** Getting started** guide is a
45- self-contained, compiler-checked path through attachment, settings, state
46- snapshots, builds, diagnostics, and host loading.
43+ Install the [ latest SplitScript VSIX] [ latest-vsix ] , open a saved ` .split ` file,
44+ and run ** SplitScript: Open Documentation** . The bundled ** Getting started**
45+ guide is a self-contained, compiler-checked path through attachment, settings,
46+ state snapshots, builds, diagnostics, and host loading. The package is rebuilt
47+ from every verified push to ` master ` , so it is an early moving build rather than
48+ a stable release.
4749
4850Use ** SplitScript: Start Debug Watch** while editing and ** SplitScript: Build
4951Release** for the final module. Both write a neighboring ` .wasm ` file. The
@@ -131,3 +133,5 @@ instantiate it.
131133The repository also contains ports and deterministic runtime fixtures used as
132134implementation evidence. They are not the user guide, are not compatibility
133135promises, and should not be treated as templates for new scripts.
136+
137+ [ latest-vsix ] : https://github.com/CryZe/SplitScript/releases/download/latest/splitscript-latest.vsix
0 commit comments