rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

Allow usage of extension in any file #19

Closed rpeshkov closed 6 years ago

rpeshkov commented 6 years ago

Currently extension activated only for markdown and org files. However, this extension might be also usable in any text file. There is activation event * in vscode that makes the extension to be loaded when vscode is started, but that may harm startup time of vscode.

In order to make everyone happy, new dummy command like Text tables: Enable should be introduced and added as the activation event.

rpeshkov commented 6 years ago

Fixed in #20