-
Notifications
You must be signed in to change notification settings - Fork 0
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
VSCoq doesn't seem to work properly (doesn't interpret code). #4
Comments
For what it's worth, I just tried to reproduce your example and got no errors, VSCoq performed as expected. |
Apparently my distro's |
In principle, only |
Not sure exactly which preference you're pertaining to here, but I haven't manually configured any preferences after I installed VSCoq. If you meant the preference "Coqtop: Bin Path", its field is currently blank. |
I have exactly the same problem, the extension tells me "coqtop is not running" and do nothing. |
Are you having the same problem that it complains about "invalid argument"? |
Oh, it now works perfectly. I thought it was an error. Thanks very much. |
as proposed in siegebell/vscoq#157 (comment) by @Carotti
How to solve the error "coqtop is not running" ? I've been haunted for a long time. |
I met the same problem yesterday and solved it. The simplest way is just setting the priority of ipv4 higher than ipv6. See #2 and https://learn.microsoft.com/en-US/troubleshoot/windows-server/networking/configure-ipv6-in-windows. |
I met the same error on coq 8.17.1 with vscoq1 on mac
Has there been a solution for this? |
@HaoYang670 Take a look at #52 and coq/vscoq#614 |
Reproduction
(click to expand)
Save the following into
~/a_days_of_the_week.v
:Open with VSCode:
View, Open View..., Coq Language Server:
Run command "Coq: Interpret to End" (Alt-End), then view output:
System information
(click to expand)
Other information
(click to expand)
Compiling and running the code through
coqc
works fine:The text was updated successfully, but these errors were encountered: