Marvin Frommhold
Marvin Frommhold
Thank you for the information. Have you any time information when full SPARQL support is available or a R43ples BNF?
Nope, it does not! ``` ## Triplestore settings ## Triplestore settings # tdb, virtuoso, http, http_virtuoso triplestore.type = virtuoso triplestore.url = docker.local:1111 triplestore.user = dba triplestore.password = dba ## SPARQL...
Here it is: [U.S. International wo dead keys.keylayout.zip](https://github.com/ONLYOFFICE/DesktopEditors/files/3596201/U.S.International.wo.dead.keys.keylayout.zip)
Any update on this? Now I am also using OnlyOffice in a NextCloud installation to work together with others simultaneously and I am unable to write "ä" there, too 🙁
Here is my experience with the problem: I had the same error saying "Header must provide a Content-Length property". I was not able to run any Spring Boot application nor...
@BoykoAlex No, I don't need to set the same arg for `java.jdt.ls.vmargs`. > What are the JVM args of the running Boot App? What does JConsole show you? Without setting...
> can you please try turning off (uncheck) Auto-Connect to live app? The option is already unchecked. > I suppose disabling Spring Boot Tools extension fixes the issue for you...
> @depressiveRobot What about the VM args of the Spring Boot LS java process? What are the VM arguments for `BootLanguageServerBootApp` process in JConsole? @BoykoAlex can you please describe how...
@BoykoAlex Thank you for the detailed description. Here are the VM arguments: ``` -Xlog:disable -Dsts.lsp.client=vscode -Dsts.log.file=/dev/null -XX:TieredStopAtLevel=1 -Xlog:jni+resolve=off -Dspring.config.location=file:/Users/depressiveRobot/.vscode-oss/extensions/pivotal.vscode-spring-boot-1.39.0/language-server/BOOT-INF/classes/application.properties ``` As I said, without `spring-boot.ls.java.vmargs=-Xlog:disable` the Spring Boot LS doesn't...
@BoykoAlex I commented/removed `"spring-boot.ls.java.vmargs": ["-Xlog:disable"]` (to have a non-working Spring Boot extension) and added the `"vscode-spring-boot.trace.server": "verbose"` to`settings.json` (there are no other settings with key containing `*spring-boot*`) Here is the...