Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 524 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 524 Bytes

Table Editor

This extension provides support for editing CSV files in a spreadsheet-like interface.

Development

To build this project, do

pnpm install
pnpm build

To package the extension as a VSIX file to be installed in VS Code, do

pnpm package

To publish, do:

pnpm publish

Installation

Search for "Table Editor" in the VS Code Extension Marketplace.

Usage

See README in extension directory or in the Extenion Marketplace.