Lucee Debugger Extension in VSCode

I installed the extension davidrogers.luceedebug, but it shows the version 2.0.12.
When i configure the launch.json, the property secret is not allowed.
I downloaded the source code, build the extension and replaced the files with the new files. Then the extension didn’t start:

Debug adapter process has terminated unexpectedly (Extension host shut down)
I deleted the extension, restarted vsc and installed the extension from marketplace again.
With version 2.0.12, I call > luceedebug: show class and breakpoint info:

Breakpoints luceedebug has:
  (ide)    /Users/mmmm/Documents/xxx/yyy/abc/index.cfm:4 (unbound)
  (server) /home/abc/index.cfm:4 (unbound)

Path transforms:
  PrefixPathTransform{idePrefix='/Users/mmmm/Documents/xxx/yyy/abc/', serverPrefix='/home/abc'}

Files luceedebug knows about (all filenames are as the server sees them, and match against breakpoint 'server' paths):

(Before I build the extension manually, I saw some files…, so I guess i broke it…)

My questions: Is a the new extension in the market place to use?
How can I get this run?
curl/nmap says, the port 10000 is running/open on localhost

OS: MacOS with lucee running in docker
Lucee Version: 7.1.0.115-SNAPSHOT