Alex Boyko
Alex Boyko
@Rakesh-Saini-CF Since your teammates are able to install it the issue is unlikely with the extension itself. Please have a look here: https://github.com/PowerShell/vscode-powershell/issues/4474 as this issue has been faced in...
@787218300 I wasn't able to reproduce this problem. I'm using a full STS distribution, not plain Eclipse with spring plugins installed on top of it... Are you working with STS...
@psybases We have added more error reporting around project parsing logic in the snapshot builds. There is a chance to find out more info about the parsing issue if you...
Looks like it fails to find the pom for maven artifact `org.myorg.myproject:my-services:1.0.0-SNAPSHOT`. Unfortunately, we don't support multi-module project parsing from the IDE yet. Try running `mvn clean install -DskipTests` on...
Any chance you could attach some kind of sample project to this issue? I've tried something similar to your setup but it worked for me... Did Moderne CLI work for...
Lets try with the project below. Seems to parse for me. [parent-multi-module.zip](https://github.com/spring-projects/sts4/files/13746690/parent-multi-module.zip)
Did you execute `mvn clean install` before importing the sample into STS? Any chance you can give the same sample a try on a machine not on a corporate network...
It has something to do with that mechanism in vscode that open resource in the editor once it receives changes. The workaround is save currently opened file (save the pom...
I can only re-emphasize that we'd need the spring boot language server log to proceed. Feels like an exception has been thrown while creating response for initialize message or exchange...
LSP does not limit validation to open files only. "Diagnostics" notification messages from LSP can be sent from the LS to the client for non-opened files. Java LS sends problem...