rpeshkov / vscode-text-tables

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

Fix build in Travis #40

Closed rpeshkov closed 5 years ago

rpeshkov commented 5 years ago

Build in Travis CI is currently broken because of 1 test failing

Test "Create table" for markdown:
Error: Unable to write into workspace settings because the file is dirty. Please save the workspace settings file first and then try again.

This error occurs only when running tests through npm run test.

rpeshkov commented 5 years ago

Fixed by #41