You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ tibble::tribble(
69
69
```
70
70
71
71
# Installation
72
+
### Release version
72
73
73
74
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:
74
75
@@ -80,6 +81,9 @@ The extension is published on both the [VS Code Marketplace](https://marketplace
80
81
81
82
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).
82
83
84
+
### Development version
85
+
The bleeding-edge development version is available as [CI artefacts](https://github.com/atsyplenkov/pastum/actions/workflows/ci.yml) in a `.vsix` format.
86
+
83
87
# Features
84
88
85
89
- 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
106
110
Contributions are welcome! If you'd like to contribute, please, fork, submit a PR and I'll merge it.
107
111
108
112
# Acknowledgements
109
-
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).
113
+
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).
0 commit comments