-
Notifications
You must be signed in to change notification settings - Fork 195
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
Frequent Errors and Server Crashes with Solidity Language Server in VS Code #446
Comments
unfortunately still happening for me as well. language server crashes for almost any action AFAICT VS Code and Env Version Infos
Extension Versionv0.0169 |
Any repo example? @chapati23 |
newest version doesn't seem to fix this w/the repo I linked i'm on an apple silicon mac if that makes a difference if I edit .sol files it works fine as soon as I open eg happy to hop on a discord/screenshare if that'd be helpful |
for reference this is my vs code settings file
|
@rocketman-21 I assume that your local path is correct and relative, to the root. Can you turn off mono repo in the settings? |
If you are still having problems, lets have a chat for sure :) |
My config now is
I type something in Then I open I'm a bit confused, were you able to get it working with monoRepoSupport set to true? What's the best way to chat? |
Yes I set It on monorepo, drop me a message in twitter or pm me in discord (in my profile) |
Description
I am experiencing frequent errors and crashes with the Solidity Language Server in Visual Studio Code, particularly when using the
textDocument/hover
andtextDocument/completion
functionalities. These issues significantly disrupt the development workflow. Below are the details of the errors and server behavior:Errors Encountered
EISDIR: illegal operation on a directory, read
textDocument/hover
)textDocument/completion
)Cannot read properties of null (reading 'getSelectedItem')
textDocument/hover
)[Info - 3:36:18 PM] Validating using the compiler selected: localFile
Server Behavior
Log Snippets
Steps to Reproduce
.t.sol
test file. Compilation breaksEnvironment
Additional Context
These issues began occurring recently, disrupting the usual development process. Any insights or fixes for these problems would be greatly appreciated.
The text was updated successfully, but these errors were encountered: