From 03f68871103b1af15d6d4246e04c56c2a5ad723b Mon Sep 17 00:00:00 2001 From: Anatolii Tsyplenkov <34775595+atsyplenkov@users.noreply.github.com> Date: Sat, 20 Sep 2025 04:32:21 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 176a588..f623a77 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ tibble::tribble( ``` # Installation +### Release version The extension is published on both the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum) and the [Open VSX Registry](https://open-vsx.org/extension/atsyplenkov/pastum): just click `Install` there or manually install it with: @@ -80,6 +81,9 @@ The extension is published on both the [VS Code Marketplace](https://marketplace Alternatively, you can install the latest version from the [Releases](https://github.com/atsyplenkov/pastum/releases/) page. Download the latest `.vsix` file and install it as described [here](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix). +### Development version +The bleeding-edge development version is available as [CI artefacts](https://github.com/atsyplenkov/pastum/actions/workflows/ci.yml) in a `.vsix` format. + # Features - For a complete list of features and example usage, see — [pastum.anatolii.nz](https://pastum.anatolii.nz) @@ -106,4 +110,4 @@ There's a lot going on with the development of new features in Pastum. If you ha Contributions are welcome! If you'd like to contribute, please, fork, submit a PR and I'll merge it. # Acknowledgements -This extension was inspired by the [`{datapasta}`](https://github.com/milesmcbain/datapasta/) R package created by [@MilesMcBain](https://github.com/MilesMcBain) and contributors. However, the implementation in the Code OSS environment was influenced by [@coatless](https://github.com/coatless) and his [web app](https://web-apps.thecoatlessprofessor.com/data/html-table-to-dataframe-tool.html). \ No newline at end of file +This extension was inspired by the [`{datapasta}`](https://github.com/milesmcbain/datapasta/) R package created by [@MilesMcBain](https://github.com/MilesMcBain) and contributors. However, the implementation in the Code OSS environment was influenced by [@coatless](https://github.com/coatless) and his [web app](https://web-apps.thecoatlessprofessor.com/data/html-table-to-dataframe-tool.html).