Skip to content
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

specify where and how to set executable path #593

Closed
wants to merge 1 commit into from
Closed

specify where and how to set executable path #593

wants to merge 1 commit into from

Conversation

deemp
Copy link

@deemp deemp commented Apr 27, 2022

Since I'm a newbie, I had a hard time understanding how to set the path to HLS executable. It was assumed (but not written) that it should be done in VS Code's settings.json. I suggest writing this explicitly

@@ -50,7 +50,7 @@ For a general picture about the server configuration, including the project setu

### Path to server executable

If your server is manually installed and not on your path, you can also manually set the path to the executable.
If your server is manually installed and not on your path, you can also [manually](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor) set the path to the executable (not to the `...-wrapper`!) in [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not the wrapper?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK why setting the path to a wrapper triggered a message similar to one from this issue "haskell/haskell-language-server#1342". When I set to just hls binary and reloaded the window, the message disappeared.

Copy link
Member

@hasufell hasufell Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesn't seem right. The wrapper should work.

@fendor
Copy link
Collaborator

fendor commented Nov 28, 2022

Closed because no activity for a prolonged time and doubtful usefulness

@fendor fendor closed this Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants