Fred Bricon

Results 583 comments of Fred Bricon

So there are a couple issues here: - `java.project.referencedLibraries` is ignored for Gradle (or other build tools) projects, it's only used when working with "unmanaged" projects (i.e. just a folder...

Can you provide a sample project reproducing this issue?

The java language server is not aware of the vscode-specific files.readonlyInclude. We should provide a matching setting to send to the server, and have the server ignore all change requests...

So Eclipse allows adding a "locked" flag to files or folders. I haven't seen any workspace-wide locking configuration. VScode glob patterns for inclusions/exclusions is much more powerful/convenient So translating glob...

"java.errors.reportTodoComments" and "java.errors.suppressedDiagnostics" don't exist. I have no idea where you get that from. As you can see from your screenshot, all those settings with a darker color mean they...

We have no more sway than anyone else here. Can't do more than giving a nudge to that PR

@jrieken executing a command from the menu, I get the uri as expected, except it doesn't work when that command is invoked from a KB shortcut (I get an empty...

could you attach a sample project showing the issue?

Can you try setting "java.jdt.ls.javac.enabled": "on"? By default the ECJ compiler enforces the enclosing folder matches the package name. Javac is more lax about it.

can you check if /usr/lib/jvm/java-25-openjdk-amd64/release exists? Can you attach your log files (Ctrl+Shift+P : Java: Open all log files)