You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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",
]
},
I'm submitting a bug report
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 toaurelia.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 projectssee https://github.com/jbockle/au-jsonschema-form
The text was updated successfully, but these errors were encountered: