Zend

Results 10 comments of Zend

Yes, It happens every time I start Visual Studio Code. I can supply server logs, if it helps.

ok, I've set those params. I had only **-Dlog.level=ALL** previously set. What you need now? Still have: ``` [Info - 12:26:26] 7 авг. 2021 г., 12:26:26 >> shutdown [Trace -...

I don't need gradle. The only thing I need from Language Server is to find definition or find implementation of some code. But it works untill the server is shutted...

https://github.com/aahlenst/android-audiorecord-sample.git I checked on this project, for example. [project-settings.zip](https://github.com/eclipse/eclipse.jdt.ls/files/6957366/project-settings.zip) classpath file has not been created

I also believe that the reason is gradlle-wrapper work. I also get those errors, but I can't disable processing of gradle. I checked off flags like: java.import.gradle.enabled: false java.import.gradle.wrapper.enabled: false...

**Wow**! It works, thank you very much. As I understand, it does not use gradle, so everything works fine. I also has to mention, that I've tried to adapt that...

And I again has to mention, for me its impossible to run correctly Gradle build, because it ignores either system var **GRADLE_USER_HOME** or internal vscode setting **java.import.gradle.user.home**

I've compiled version from git - there is no such problem there. But... Codeblocks clears "lib" prefix and ".a" extension. For example, if I have such list: ``` ``` you...

**-windows** option not help, this is not included into functionality of your software. I added a function and also made several changes to your software and now everything compiles ok....