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
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,17 +54,26 @@ Large CSV data files streaming and display is very alpha and has the following l
54
54
55
55
# Installation
56
56
57
-
Install Tabular Data Viewer 中 from VSCode Extensions tab (`ctrl+shift+x`) by searching for `tabular data` in `Extensions: Marketplace` sidebar view, or install it directly from VS Code Marketplace [Tabular Data Viewer 中](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) extension page in a browser:
57
+
Install Tabular Data Viewer 中 from VSCode Extensions tab (`ctrl+shift+x`) by searching for `tabular data` in `Extensions: Marketplace` sidebar view, or install it directly from VS Code Marketplace [Tabular Data Viewer 中](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) extension page in a browser.
58
58
59
59

61
61
62
62
## Deployments
63
63
64
-
Tabular Data Viewer 中 is designed to work with [VSCode Desktop](https://code.visualstudio.com/) IDE version and also works in[GitHub Codespaces](https://github.com/features/codespaces) in a browser.
64
+
Tabular Data Viewer 中 is designed to work with [VSCode Desktop](https://code.visualstudio.com/) IDE version and also works with[GitHub Codespaces](https://github.com/features/codespaces) in a browser:
65
65
66
66

68
+
69
+
Tabular Data Viewer 中 also works in [VSCodium](https://vscodium.com/). Use `tabular-data-viewer-x.y.z.vsix` extension packages attached in `Assets` section with every published [release](https://github.com/RandomFractals/tabular-data-viewer/releases) of this extension on github. Follow [install from .vsix](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix) instructions in that IDE to install it.
70
+
71
+
VSCodium and other vscode extension compatible IDE flavors are not officially supported as they require additional testing for those variants.
72
+
73
+
If you prefer to use other IDEs that support VSCode extensions published in `.vsix` format and download your extensions from [open-vsx.org](https://open-vsx.org/), we recommend you try older [Data Preview](https://open-vsx.org/extension/RandomFractalsInc/vscode-data-preview) version of this extension.
74
+
75
+
Currently, there are no plans to publish this extension to Open VSX Registry due to poor publishing experience in that vscode extensions marketplace and low usage by majority of developers.
76
+
68
77
# Contributions
69
78
70
79
Tabular Data Viewer 中 Settings, Commands, Languages, Custom Editors and Activation Events contributed to VSCode IDE:
0 commit comments