Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smartAutoComplete not working in lerna monorepo #114

Open
jbockle opened this issue Jan 3, 2020 · 4 comments
Open

smartAutoComplete not working in lerna monorepo #114

jbockle opened this issue Jan 3, 2020 · 4 comments

Comments

@jbockle
Copy link

jbockle commented Jan 3, 2020

I'm submitting a bug report

  • Extension Version:
    1.0.5

Please tell us about your environment:

  • Operating System:
    Windows 10

  • Visual studio code version:
    1.41.1

Current behavior:
I have "smartAutocomplete": true added to aurelia.featureToggles, however in my lerna monorepo I'm unable to get the feature to work when I have the monorepo root folder open. If I open a lerna package folder in vscode instead of the workspace root, it works properly.

Expected/desired behavior:
smartAutocomplete works with lerna projects

see https://github.com/jbockle/au-jsonschema-form

@hiaux0
Copy link
Member

hiaux0 commented Jan 9, 2020

Hi @jbockle,
ty for trying out the smartAutocomplete feature.

I definitely need to put up a detailed readme on the limitations of the extension.
Unfortunately, I have no experience with lerna projects, possible that it is not implemented for mono-repos.
I try to look more into it.

@hiaux0
Copy link
Member

hiaux0 commented Mar 29, 2020

Hey, can you check out this wiki article and see if the following setting helps with the monorepo setup?

	"aurelia.extensionSettings": {
		"pathToAureliaProject": [
			"src", // this is the default
			"some/other/path/one",
			"some/other/path/two",
			"some/other/path/three",
		]
	},

@jbockle
Copy link
Author

jbockle commented Apr 1, 2020

okay thanks! I'll give it a try today

@hiaux0 hiaux0 added this to the v2.1.0 milestone Mar 13, 2021
@hiaux0
Copy link
Member

hiaux0 commented Dec 25, 2021

I looked deeper into your extension.
What an interesting use case.

I'll keep this in mind for a complex Monorepo.

Feel free to share more about your workflow, so that I can keep your specific use case in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants