ember-tooling / vscode-ember

VSCode client for the Ember Language Server
https://marketplace.visualstudio.com/items?itemName=emberjs.vscode-ember
Other
48 stars 18 forks source link

Template linting in a Workspace with multiple folders #10

Closed danDanV1 closed 8 months ago

danDanV1 commented 5 years ago

When using VSCode workspace with multiple folders/apps, template linting doesn't run, however the .js files are linted properly. eg.

My Workspace
     frontend-ember-app
     backend-ember-app

I have made a reproduction of the issue with step-by-step instructions in the README.md here: https://github.com/edeis53/ember-vscode-templatelint-issue/blob/master/README.md

I originally thought it was an issue with Ember-template-lint and made an issue that documents it a bit more here: https://github.com/ember-template-lint/ember-template-lint/issues/813

TLDR; template linting of a workspace with multiple folders works as intended if I install the lifeart.vscode-ember-unstable extension instead.

Perhaps this commit will cover it? https://github.com/lifeart/vscode-ember/commit/3a2598dd64c0ad783f8be6bff50bf4b16609d0e7