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

Support mono-repos #7

Closed alexlafroscia closed 5 years ago

alexlafroscia commented 6 years ago

I've been having trouble getting this repo to work with a mono-repo that contains one (or more) Ember applications or addons.

I think this is the culprit:

https://github.com/emberwatch/vscode-ember/blob/3b0d2c5fd1933cc02831ab8397fae4224cf9c5e9/src/extension.ts#L47

It seems like there's an assumption that an ember-cli-build.js lives in the workspace root, which is likely not the case for a mono-repo.