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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: workspaces #2904

Merged
merged 2 commits into from Sep 19, 2020
Merged

feat: workspaces #2904

merged 2 commits into from Sep 19, 2020

Conversation

CyberAP
Copy link
Contributor

@CyberAP CyberAP commented Sep 19, 2020

馃攷 Overview

Explain the premise for adding this PR and why is it important.

Ex (Feat): Introduce workspaces to resolve dependency issues.

The next branch uses a workspaces-like folder structure but does not actually utilize workspaces feature in Yarn. This results in vue being unknown for IDE autocompletion. This PR attempts to fix that.

After the change vue is resolved on a workspace global level.

@logaretm
Copy link
Owner

Thank you for the PR, Which IDEs are we talking about? it works fine in VSCode and I would imagine it works fine in others. Also, there seem to be some conflicts at the moment, could you fix them?

@CyberAP
Copy link
Contributor Author

CyberAP commented Sep 19, 2020

It doesn't work in WebStorm, with workspaces enabled it works fine. Yes, I'll resolve the conflicts.

@codecov
Copy link

codecov bot commented Sep 19, 2020

Codecov Report

Merging #2904 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #2904   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files          48       48           
  Lines         947      947           
  Branches      207      207           
=======================================
  Hits          928      928           
  Misses         18       18           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 456bb7e...9fff775. Read the comment docs.

@logaretm logaretm merged commit 0c05f94 into logaretm:next Sep 19, 2020
@logaretm
Copy link
Owner

Great, thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants