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

Mono repo usage not working #5

Closed jordpo closed 4 years ago

jordpo commented 4 years ago

Hi!

I'm trying to use the extension with the layout

<root>/addons/<addon> <root>/apps/<app>

There is .template-lintrc.js file is at the addon or app root. I'm using TSLint and ESLint extensions as well. I've tried editing the file using a VSCode workspace vs just opening at the project root and no difference. I'm also using the latest ember-template-lint version.

It's not just linting but the auto-complete functionality as well doesn't seem to be working in my templates. Is there a conflict happening with one of my other extensions or do I need to specify the path for each addon/ app?

Thank you!

jordpo commented 4 years ago

This was due to running an older version of VSCode. Upgrading fixed the issue I was seeing.