-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add package.json and (and tsconfig.json) for TS/JS language config roots #10652
Conversation
Hmm won't this break package workspaces though? Usually you want the top level package.json/git root there |
Yes, that's probably true. Currently folder structure for monorepos below doesn't work properly since Helix uses folder with .git folder as root: Not sure we could make them both (workspaces and structure below) work? |
See #5748 |
I believe we use the topmost directory with a root marker: Lines 1009 to 1066 in beb5afc
so if we a workspace like
we should use that top-most |
I tried this out and can confirm that the behavior is what @the-mikedavis described! When |
…ots (helix-editor#10652) * Add package.json and tsconfig.json for TS/JS language config roots * Add root to Javascript
…ots (helix-editor#10652) * Add package.json and tsconfig.json for TS/JS language config roots * Add root to Javascript
…ots (helix-editor#10652) * Add package.json and tsconfig.json for TS/JS language config roots * Add root to Javascript
No description provided.