rpeshkov / vscode-text-tables

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

E2E tests are failing #55

Closed rpeshkov closed 4 years ago

rpeshkov commented 4 years ago

It's been awhile since the last time I toched the extension. When using recent version of VSCode, many tests are failing during run. Error is:

Extension 'Text Tables' failed to update workspace folders:
Error: Entering a new workspace is not possible in tests.

Looks like I need to figure out how to test different configurations without creating workspace from test.

rpeshkov commented 4 years ago

Fixed in #61