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 use LSP with my Neovim setup and I got an error Cannot find module 'tslib' in one of the projects.
After long inspection, I did a small repo that can reproduce the bug.
As I learned, the problem was caused by using the typescript hardhat and including dotenv in hardhat.config.ts.
I'm trying to use LSP with my Neovim setup and I got an error
Cannot find module 'tslib'
in one of the projects.After long inspection, I did a small repo that can reproduce the bug.
As I learned, the problem was caused by using the typescript hardhat and including
dotenv
in hardhat.config.ts.The repo: https://github.com/kalloc/nomicfoundation-solidity-language-server-dotenv-bug
Full trace:
LSP Trace: https://gist.github.com/kalloc/3f971ac9c0be79c1ae775457d108b6e0
The text was updated successfully, but these errors were encountered: