Hi!
How does one setup their IDE to work properly with this case, if you can would you elaborate?
I've setup the mono repo, and then I try to include a package inside my lib, vscode doesn't recognize the package although I've done poetry install && poetry build, also I tried adding it as a dep under [tool.poetry.dependencies]. If the solution is not using vscode, then that would be the most simple thing.
Hi!
How does one setup their IDE to work properly with this case, if you can would you elaborate?
I've setup the mono repo, and then I try to include a package inside my lib, vscode doesn't recognize the package although I've done
poetry install && poetry build, also I tried adding it as a dep under [tool.poetry.dependencies]. If the solution is not using vscode, then that would be the most simple thing.