kcl-lang / intellij-kcl

IntelliJ IDEA KCL Extension
https://kcl-lang.io
11 stars 11 forks source link

refactor: limit executable search to PATH and add error handling for missing executable #42

Closed RehanChalana closed 2 months ago

RehanChalana commented 2 months ago

refactor: limit executable search to PATH and add error handling for missing executable

Signed-off-by: rehan rehanchalanaprsnl@gmail.com<!-- Thank you for contributing to KCL!

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

src/main/java/io/kusionstack/kcl/KCLLanguageServer.java and README.md

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: