matthiasblaesing opened a new pull request, #7758:
URL: https://github.com/apache/netbeans/pull/7758

   **Check if language server is executable, not only if path is configured 
before execution**
   
   If both ccls and clangd had a path configured, but only the clangd one 
pointed to a usable binary, the clangd one was not used. To improve  this, now 
not only the existence of the ccls path is checked, but also whether it points 
to an executable file.
   
   **Make it possible to select language server**
   
   If both CCLS and clangd are installed, switching from CCLS to clangd 
requires users to input an invalid path to use clangd, else CCLS is always 
preferred.
   
   This change allows the user to override the preferred order.
   
   In the GUI:
   
   
![image](https://github.com/user-attachments/assets/cc21ce47-11e9-4746-a075-c1f89088a153)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to