connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Update to new VS Code packages #55

Closed connorshea closed 3 years ago

connorshea commented 3 years ago

The vscode package is deprecated in favor of two other separate packages, should upgrade to those.

npm WARN deprecated vscode@1.1.37: This package is deprecated in favor of @types/vscode and vscode-test. For more information please read: https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest
connorshea commented 3 years ago

I tried to make this change, but when I run the tests after making this change, they break :| And the error message is just "Failed", it's literally useless.