lifeart / vscode-ember

VSCode client for the Ember Language Server
https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable
Other
30 stars 9 forks source link

Errors list not cleared after Closing Active tab or Opened files #10

Closed tamdilip closed 4 years ago

tamdilip commented 4 years ago
lifeart commented 4 years ago

Hi @tamdilip, in my understanding, it's area of vscode internal logic itself, do you have any documentation, pointing to implementation inside extension?

tamdilip commented 4 years ago

Hi @tamdilip, in my understanding, it's area of vscode internal logic itself, do you have any documentation, pointing to implementation inside extension?

Not sure on the documentation part, will try to dig on that. But observed "ESLint VScode Extension" clearing the errors from "problems" tab when the opened files are closed.

For now I'm good with the filter option to "Show Active Files Only", which helps my need :) !!