Fred Bricon

Results 583 comments of Fred Bricon

I've got the beginning of something ;-) but validation and completion still don't work

What problem is it fixing in Theia? (while certainly breaking jdt.ls)

@testforstephen any chance you could give this project a proper OSS licence?

Yeah Kotlin is not supported at the moment

i'm afraid you'll need to troubleshoot this yourself. [See](https://github.com/jlandersen/vscode-kafka/blob/master/CONTRIBUTING.md) if you can run the Extension in debug mode and put a breakpoint in some of [these methods](https://github.com/jlandersen/vscode-kafka/blob/716b7cc452866aa3204986a00d93a8d9a02cd045/src/explorer/kafkaExplorer.ts#L63-L79), see if there's...

Daily vscode-javac builds are available from https://github.com/fbricon/vscode-java/releases/tag/javac-prototype

the default value is injected at runtime: https://github.com/quarkusio/quarkus/blob/e6423a404758f30e121506a311ec9a445cc27dc9/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java#L67 @angelozerr how can we fix it? - is there a way to override quarkus.uuid via custom properties, given it a "generated at...

I tried adding this to resources/static-properties/quarkus-core-metadata.json: ``` "properties": [ { "type": "java.lang.String", "defaultValue": "Generated at startup time", "required": false, "extensionName": "quarkus-core", "name": "quarkus.uuid", "description": "Random UUID value generated at startup...