Hello,
I’m looking to set up VSCode IFS Developper Plugin but having some trobles.
I have cloned the git repository threw copying the customer solution git link from the BuildPlace

then in VSCode :

The repo has correctly been imported

IFS extension is working, the code generator target version is 25R2.4 and the Marble LSP server is working

IFS File Explorer is detecting the repo :

but when modifying a code and generating it i get the following error :

=== CODE GENERATION SUMMARY ===
Generating code for PurchChgOrdLine-Cust.plsql
----------------------------------------------------------
Sending generateCode request to LSP server...
ERROR: generateCode request failed
Error details: {
"code": -32603,
"data": "java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke \"java.io.File.getParentFile()\" because the return value of \"java.io.File.getParentFile()\" is null\r\n\tat java.base/java.util.concurrent.CompletableFuture.wrapInCompletionException(CompletableFuture.java:323)\r\n\tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:359)\r\n\tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:364)\r\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1791)\r\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1781)\r\n\tat java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)\r\n\tat java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)\r\n\tat java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)\r\n\tat java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)\r\nCaused by: java.lang.NullPointerException: Cannot invoke \"java.io.File.getParentFile()\" because the return value of \"java.io.File.getParentFile()\" is null\r\n\tat ifs.dev.buildtasks.ifsapp20.SingleFileRunnerUtil.prepareTaskExecutor(SingleFileRunnerUtil.java:29)\r\n\tat ifs.dev.buildtasks.ifsapp20.LspServer.runCodeGeneration(LspServer.java:206)\r\n\tat ifs.dev.buildtasks.ifsapp20.LspServer.lambda$generateCodeWithSecondaryLocation$3(LspServer.java:144)\r\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1789)\r\n\t... 5 more\r\n"
}
Any idea please?