Gayan Perera
Gayan Perera
I tried testing my STS4 plugin with 2020.1 seems like even though the language server process is started, the messages are not sent to the language server. The language server...
IntelliJ IDEA Ultimate IU-201.7846.29 Compatible. 1 internal API usage uses internal API, which is not supposed to be used outside of the IntelliJ Platform. Internal method usage: StatusBar.removeWidget(String)
``` java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: The pipe is being closed at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at org.spring.tools.boot.java.ls.java.ClasspathListener.sendClasspathCommand(ClasspathListener.java:167) at org.spring.tools.boot.java.ls.java.ClasspathListener.access$100(ClasspathListener.java:40) at org.spring.tools.boot.java.ls.java.ClasspathListener$LSModuleRootListener.lambda$rootsChanged$1(ClasspathListener.java:189) at com.intellij.openapi.application.impl.ApplicationImpl$2.call(ApplicationImpl.java:322) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused...
@NipunaRanasinghe do you have any plans to add support for https://microsoft.github.io/debug-adapter-protocol/ as well ? IMHO if you want to build a full functioning tooling for ballerina you would need the...
I would like to reuse the spectral rule set files that we use in our CI pipeline for validation of schema files in studio as well. I see that in...
When defining examples it would be really nice to have mustach completions available to define template examples for mocking.
When completing the model from another file today it is completed as below when file is in the current folder. `$ref: 'file.yaml#/definitions/Pet'` Suggestion is to make it like `$ref: './file.yaml#/definitions/Pet'`...
Eclipse spell checker is not working for swagger files with the swagger editor. This is really important to avoid typos in API documentation. Please consider adding support for spell check....
When using plugin which introduce new configurations such as Integration Test which are extended from default test configurations, these custom configurations are not detected as test configurations. ### Expected Behavior...
Today when importing a project by cloning from git repository view, gradle project are not supported due to gradle buildship plugin doesn't have a project configurator implementation for Project Import...