### Your environment - `vscode-ruby` version: 0.16.1 - Ruby version: ruby 2.4.0p0 - VS Code version: Version 1.20.0 (1.20.0) - Operating System: 10.13.3 (17D47) - Hardware (optional): Make sure you have `ruby`, `ruby-debug-ide` and `ruby-debug-basex19` installed before submitting your issue -- thank you ! ### Expected behavior * When a ruby file has warnings/errors listed in the Problems tab and I close the file, the section in Problems for that file goes away ### Actual behavior * Problems are still listed in Problems pane for closed files ### Steps to reproduce the problem * Enable rubocop/ruby warnings * open a file with errors (make sure errors are listed in problems tab) * close the file * Errors will still be displayed in problem pane
Your environment
vscode-rubyversion: 0.16.1Make sure you have
ruby,ruby-debug-ideandruby-debug-basex19installed before submitting your issue -- thank you !Expected behavior
Actual behavior
Steps to reproduce the problem