davsclaus commented on PR #17704: URL: https://github.com/apache/camel/pull/17704#issuecomment-2810316388
How does the you see the popup with the suggestions - do you press. ctrl + space or what ? I get this error ``` ~/workspace/deleteme ❯ camel edit bar.java 17s java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:209) at java.base/sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:263) at java.base/java.nio.file.Path.resolve(Path.java:515) at org.apache.camel.dsl.jbang.core.commands.edit.CamelNanoLspEditor$Buffer.<init>(CamelNanoLspEditor.java:259) at org.apache.camel.dsl.jbang.core.commands.edit.CamelNanoLspEditor.help(CamelNanoLspEditor.java:2553) at org.apache.camel.dsl.jbang.core.commands.edit.CamelNanoLspEditor.run(CamelNanoLspEditor.java:1953) at org.apache.camel.dsl.jbang.core.commands.edit.EditCommand.doCall(EditCommand.java:57) at org.apache.camel.dsl.jbang.core.commands.CamelCommand.call(CamelCommand.java:71) at org.apache.camel.dsl.jbang.core.commands.CamelCommand.call(CamelCommand.java:37) at picocli.CommandLine.executeUserObject(CommandLine.java:2045) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465) at picocli.CommandLine$RunLast.handle(CommandLine.java:2457) at picocli.CommandLine$RunLast.handle(CommandLine.java:2419) at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277) at picocli.CommandLine$RunLast.execute(CommandLine.java:2421) at picocli.CommandLine.execute(CommandLine.java:2174) at org.apache.camel.dsl.jbang.core.commands.CamelJBangMain.run(CamelJBangMain.java:196) at org.apache.camel.dsl.jbang.core.commands.CamelJBangMain.run(CamelJBangMain.java:72) at main.CamelJBang.main(CamelJBang.java:36) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org