Replies: 1 comment 2 replies
-
The wiki is user-editable so you could add a note to that section? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I needed to setup the gdscript language server on Windows 10. I followed the guide below:
https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#gdscript
It's a great tutorial, but I believe a small note telling Windows users to add the nmap directory to the Windows Path after running
winget install nmap
would be beneficial, as it seems that winget doesn't do this automatically. As it is written right now, the gdscript language server tutorial may not work for some Windows users. I think a note telling people to make sure the nmap directory is in their PATH would save a lot of people time as I had to figure this out on my own, which used up a good hour of my time.Maybe I'm just a noob when it comes to Windows and this is something everyone should know. But in linux when you install something via a package manager, that program is automatically put on the PATH after the install. This seems not to be the case with
winget
.Beta Was this translation helpful? Give feedback.
All reactions