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
I'm trying to follow CONTRIBUTING.md instructions to setup dev environment in vscode, but after completing all steps without any visible errors i got a lot of lint errors on master after running pnpm run lint.
In vscode all typings from workspace packages are missing, seems like vscode couldn't resolve them somehow (pnpm ls displays symlinks to package just fine)
➜ module-federation-core git:(main) cd packages/dts-plugin
➜ dts-plugin git:(main) pnpm ls @module-federation/sdk
Legend: production dependency, optional only, dev only
@module-federation/[email protected] /Users/user/Projects/module-federation-core/packages/dts-plugin
dependencies:
@module-federation/sdk link:../sdk
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to follow CONTRIBUTING.md instructions to setup dev environment in vscode, but after completing all steps without any visible errors i got a lot of lint errors on
master
after runningpnpm run lint
.In vscode all typings from workspace packages are missing, seems like vscode couldn't resolve them somehow (pnpm ls displays symlinks to package just fine)
What am i missing?
Beta Was this translation helpful? Give feedback.
All reactions