Scripts don't run with Jacques Lucke's vscode extension

The addon will start blender but when i select run script, the vscode terminal tells me the script is being run but it does not run/update in blender.

bl_info = {
“name”: “XPBD Julia Client”,
“blender”: (3, 0, 0),
“category”: “Object”,
}

I also tried renaming it init.py and it being alone in the folder but that doesn’t run either.

Don’t put (or let your llm put) an ‘if main’ function at the bottom. just call your functions