-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error in windows #76
Comments
|
@mvancanneyt may build on Windows and could solve this. |
See pull request !77 |
@mvancanneyt I confirm the fix thanks for help its compiled successfully in my windows 11 64bit |
OK. It's up to Ryan to merge the changes... |
|
OK I merged those changes. Please test and let me know if it works now. |
@genericptr [Error - 9:16:43 AM] Connection to server is erroring. Shutting down server. |
Did you start the paslsock server ? You must do 2 things for this to work:
|
@mvancanneyt hey i miss this, can you explain steps how to do it? am still learning pascal |
There are 2 ways to use the pasls in VS Code: The standard way:
if you are learning pascal, I suggest using the standard way 😃 |
@mvancanneyt i have already know standard way |
It is documented in the Readme. See the page https://github.com/genericptr/pascal-language-server/ Look in section 'Debugging the LSP server'. It details how to set the port in a config file. The easiest way is to make sure both binaries are put in the same directory The config files mentioned in the above page should be in the same directory as the binaries. Then, with paslssock open in Lazarus IDE, simply start the project. (press F9) Alternatively, the PasLSSock.Config.pas file contains the constant Do the same in PasLSProxy.Config.pas for the proxy program. |
@mvancanneyt Thanks fixed all work good. wish if you can make it auto
|
The text was updated successfully, but these errors were encountered: