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
84 stars 50 forks source link

Fails to work #26

Closed johnschult closed 4 years ago

johnschult commented 4 years ago

Your environment

Expected behavior

The plugin should work.

Actual behavior

The plugin does not work. and trying to change its settings yields the following notification:

Unable to write to User Settings because rubyTestExplorer.rspecCommand is not a registered configuration.

Developer tools log:

 ERR Unable to write to User Settings because rubyTestExplorer.rspecCommand is not a registered configuration.: Error: Unable to write to User Settings because rubyTestExplorer.rspecCommand is not a registered configuration.
    at k.reject (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4448:395)
    at k.resolveAndValidate (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4450:706)
    at k.doWriteConfiguration (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4445:819)
    at Object.Promise.resolve.queue.queue [as factory] (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4445:612)
    at v.consume (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:132:609)
    at Promise (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:132:424)
    at new Promise (<anonymous>)
    at v.queue (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:132:348)
    at k.writeConfiguration (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4445:597)
    at C.writeConfigurationValue (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4470:836)
    at cyclicDependency.then (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4460:594)

This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!

johnschult commented 4 years ago

Not sure what was going on, it works now.